|
--- |
|
tags: |
|
- text-to-image |
|
- flux |
|
- lora |
|
- diffusers |
|
- template:sd-lora |
|
- ai-toolkit |
|
base_model: black-forest-labs/FLUX.1-dev |
|
license: other |
|
license_name: flux-1-dev-non-commercial-license |
|
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md |
|
widget: |
|
- text: hijab fuck |
|
output: |
|
url: images/example_zsn4v77hi.png |
|
- text: '[hijab,muslim,arab sexy beautiful girls womens]egyptian hijab' |
|
output: |
|
url: images/example_1ml2zeded.png |
|
- text: '[hijab,muslim,arab sexy beautiful girls womens]hijab busty pussy fucked' |
|
output: |
|
url: images/example_7g8s2lu3n.png |
|
- text: gorgeous hijab muslim |
|
output: |
|
url: images/example_q6tndwvh7.png |
|
- text: Hijab wearing Hansika motwani sexy in hijab |
|
output: |
|
url: images/example_mdf2p7rw2.png |
|
- text: Muslim Hansika Motwani big boobs hot kissing and pussy fucked my man |
|
output: |
|
url: images/example_w9sczktsw.png |
|
- text: Muslim Hansika Motwani(in red hijab) big boobs,pussy fucked my man |
|
output: |
|
url: images/example_jnsvi5422.png |
|
- text: Hijab wearing Hansika Motwani sexy big boobs,pussy fuck by man hot |
|
output: |
|
url: images/example_qmhrfa5zi.png |
|
- text: Muslim Hansika Motwani big boobs hot kissing and pussy fuck my man |
|
output: |
|
url: images/example_j11c90tc7.png |
|
- text: Muslim Alia big boobs,pussy fuck my man |
|
output: |
|
url: images/example_fjuylqo7l.png |
|
- text: Big boobs hijab Muslim girl breast,boob,pussy,ass,fuck in hijab sexy |
|
output: |
|
url: images/example_ugun9wpa2.png |
|
- text: Big boobs in hijab intimate erotic love muslim girl romance sexy and hot |
|
output: |
|
url: images/example_geib6l2us.png |
|
- text: Muslim mandy rhea(in red hijab) big boobs,pussy fucked my man |
|
output: |
|
url: images/example_lerpqmdkd.png |
|
- text: '[hijab,muslim,arab sexy beautiful girls womens]hijab busty pussy fucked' |
|
output: |
|
url: images/example_akeevu1h9.png |
|
- text: '[hijab,muslim,arab sexy beautiful girls womens]egyptian hijab' |
|
output: |
|
url: images/example_3cwrbvytk.png |
|
- text: >- |
|
gorgeous hijab muslim girl curves of boobs,breast sexy and hot and glowing |
|
skin realistic |
|
output: |
|
url: images/example_y28j3ckq6.png |
|
- text: >- |
|
bailing_fire, A sexy girl entirely of flames stands, her body engulfed in |
|
fire. Her form flickers and sways, semi-transparent and composed entirely of |
|
fire elements. The flames seem to rise naturally from her, as though she is |
|
both part of the fire and its source. The surroundings are blurred, keeping |
|
the focus entirely on her fiery presence. The flames ripple and pulse, |
|
wrapping around her form, creating an intense yet surreal |
|
atmosphere.freckles,masterpiece,best quality,light particle,depth of |
|
field,fantasy,blunt bangs,a cute girl,Porta 160 color,shot on ARRI ALEXA |
|
65,bokeh,sharp focus on subject,highest details,photorealistic,high |
|
background details,high face details,8k |
|
output: |
|
url: images/example_mvh3y8c78.png |
|
- text: >- |
|
bailing_fire, A sexy big boobs girl entirely of flames stands, her body |
|
engulfed in fire. Her form flickers and sways, semi-transparent,nude and |
|
composed entirely of fire elements. The flames seem to rise naturally from |
|
her, as though she is both part of the fire and its source. The surroundings |
|
are blurred, keeping the focus entirely on her fiery presence. The flames |
|
ripple and pulse, wrapping around her form, creating an intense yet surreal |
|
atmosphere.freckles,masterpiece,best quality,light particle,depth of |
|
field,fantasy,blunt bangs,a cute,hot,sexy girl,Porta 160 color,shot on ARRI |
|
ALEXA 65,bokeh,sharp focus on subject,highest details,photorealistic,high |
|
background details,high face and curvy body details,8k |
|
output: |
|
url: images/example_r2uxe8x3y.png |
|
|
|
--- |
|
|
|
# my_first_flux_lora_v1 |
|
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) |
|
<Gallery /> |
|
|
|
## Trigger words |
|
|
|
No trigger words defined. |
|
|
|
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc. |
|
|
|
Weights for this model are available in Safetensors format. |
|
|
|
[Download](/Tjay143/Hijab2/tree/main) them in the Files & versions tab. |
|
|
|
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) |
|
|
|
```py |
|
from diffusers import AutoPipelineForText2Image |
|
import torch |
|
|
|
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda') |
|
pipeline.load_lora_weights('Tjay143/Hijab2', weight_name='my_first_flux_lora_v1.safetensors') |
|
image = pipeline('None').images[0] |
|
image.save("my_image.png") |
|
``` |
|
|
|
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) |
|
|
|
|