steveant commited on
Commit
f5ff156
1 Parent(s): c014d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -87
README.md CHANGED
@@ -6,104 +6,78 @@ tags:
6
  - diffusers
7
  - template:sd-lora
8
  widget:
9
- - text: '[trigger], man lounging in fitted athletic wear on crisp white linens, strong and confident expression, warm ambient lighting, full-body shot, textured fabric details'
10
- output:
11
- url: samples/1733170075969__000004000_0.jpg
12
- - text: '[trigger], man standing in a steamy, industrial-style shower, tousled hair, water droplets glistening on muscular physique, frosted glass, subtle highlights on skin, intimate and rugged atmosphere, high resolution'
13
- output:
14
- url: samples/1733170075969__000004000_1.jpg
15
- - text: '[trigger], man sunbathing by a private pool, board shorts, focused gaze over shoulder, chiseled skin, shimmering water, sharp focus, vibrant and intense sunlight'
16
- output:
17
- url: samples/1733170075969__000004000_2.jpg
18
- - text: '[trigger], man reclining in a luxurious, stone-tiled bubble bath, dimmed Edison bulb candles, rising steam, strong and defined physique highlighted by soft intimate lighting, elegant and masculine decor'
19
- output:
20
- url: samples/1733170075969__000004000_3.jpg
21
- - text: '[trigger], man posing in front of a full-length mirror, tailored blazer and dark jeans, confident smirk, dual reflections, soft lighting accentuating muscular build, full visibility'
22
- output:
23
- url: samples/1733170075969__000004000_4.jpg
24
- - text: '[trigger], man riding a rugged vintage motorcycle down an open highway, leather jacket and sturdy boots, fierce and determined gaze, expansive desert landscape, dynamic motion blur, powerful stance'
25
- output:
26
- url: samples/1733170075969__000004000_5.jpg
27
- - text: '[trigger], man dancing with strength and grace in a dimly lit ballroom, tailored suit with subtle flair, joyful and intense expression, sparkling chandeliers, elegant yet masculine architecture, full-body movement shot'
28
- output:
29
- url: samples/1733170075969__000004000_6.jpg
30
- - text: '[trigger], man hiking through a dense, lush forest trail, durable outdoor gear, determined and focused look, dappled sunlight filtering through vibrant greenery, full-body action shot showcasing athletic build'
31
- output:
32
- url: samples/1733170075969__000004000_7.jpg
33
- - text: '[trigger], man preparing a gourmet meal in a sleek, modern kitchen, stylish apron over casual attire, focused and purposeful expression, high-end appliances, fresh and hearty ingredients, bright and clean lighting'
34
- output:
35
- url: samples/1733170075969__000004000_8.jpg
36
- - text: '[trigger], man performing on stage under a dramatic spotlight, sharp and stylish evening attire, intense and captivating gaze, theater backdrop with bold textures, dynamic and powerful poses, full-body and close-up shots'
37
- output:
38
- url: samples/1733170075969__000004000_9.jpg
39
- - text: '[trigger], man meditating on a tranquil mountaintop at dusk, comfortable and functional yoga wear, serene and strong expression, panoramic sunset views, soft twilight lighting highlighting muscular physique'
40
- output:
41
- url: samples/1733170075969__000004000_10.jpg
42
- - text: '[trigger], man exploring an ancient castle, adventurous yet sophisticated attire, curious and bold expression, grand stone hallways, historic and rugged decor, interplay of natural and candlelight emphasizing strength and elegance'
43
- output:
44
- url: samples/1733170607894__000004000_11.jpg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  base_model: black-forest-labs/FLUX.1-dev
46
- instance_prompt: steve
47
  license: other
48
  license_name: flux-1-dev-non-commercial-license
49
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
50
  ---
51
 
52
- # steve_lora_flux_1_dev_v1.1
53
-
54
- A LoRA-based Stable Diffusion model trained to generate images of a man named “Steve” in a wide variety of scenarios. This model is fine-tuned from **[black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)** using a Flow Matching–based noise scheduler.
55
-
56
  <Gallery />
57
 
58
- ## Trigger Words
59
-
60
- Use `steve` in your prompt to activate the specific style and character details for this LoRA.
61
-
62
- ## Model Information
63
-
64
- - **LoRA Rank / Alpha**: 32 / 32
65
- - **Number of Steps**: 4000
66
- - **Batch Size**: 1
67
- - **Learning Rate**: 0.0001
68
- - **Noise Scheduler**: `flowmatch`
69
- - **Optimizer**: `adamw8bit`
70
- - **Precision**: `bf16`
71
- - **Gradient Checkpointing**: true
72
- - **EMA**: true (decay = 0.99)
73
- - **Quantization**: enabled
74
-
75
- ## How to Use
76
-
77
- This LoRA can be merged or applied to the **FLUX.1-dev** base model through [Diffusers](https://github.com/huggingface/diffusers) or a compatible UI/tool.
78
-
79
- Example pseudocode:
80
-
81
- ```python
82
- from diffusers import StableDiffusionPipeline
83
- import torch
84
-
85
- base_model = "black-forest-labs/FLUX.1-dev"
86
- lora_model = "YOUR_USERNAME/steve_lora_flux_1_dev_v1.1"
87
 
88
- pipe = StableDiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.float16).to("cuda")
89
- # Load your LoRA weights (implementation depends on the UI or method)
90
- # pipe.load_lora_weights(lora_model) # Example call
91
 
92
- prompt = "steve, man lounging in fitted athletic wear on crisp white linens, strong and confident"
93
- image = pipe(prompt).images[0]
94
- image.save("steve_example.jpg")
95
- ```
96
 
97
- ## Download Model
98
- Weights for this LoRA are available in Safetensors format.
99
- Download them from the Files & versions tab.
100
 
101
- ## License
102
- This model is provided under a flux-1-dev-non-commercial-license. Please review the license file for details on acceptable use.
103
 
104
- ## Acknowledgements
105
- Trained with AI Toolkit by Ostris
106
- Based on the FLUX.1-dev base model
107
 
108
- ## Disclaimer:
109
- Use responsibly. This model is intended for artistic, non-commercial purposes. The creators are not responsible for any misuse, generation of disallowed content, or potential harm caused by outputs. Always review and curate model outputs before sharing.
 
6
  - diffusers
7
  - template:sd-lora
8
  widget:
9
+ - text: '[trigger], a woman, close-up portrait, tears of joy, soft natural light'
10
+ output:
11
+ url: samples/1725068553070__000003000_0.jpg
12
+ - text: '[trigger], a woman, extreme close-up of eyes, intense determination, studio
13
+ lighting'
14
+ output:
15
+ url: samples/1725068610164__000003000_1.jpg
16
+ - text: '[trigger], a woman, profile view, contemplative expression, golden hour
17
+ lighting'
18
+ output:
19
+ url: samples/1725068667358__000003000_2.jpg
20
+ - text: '[trigger], a woman, laughing heartily, dimples visible, candid shot'
21
+ output:
22
+ url: samples/1725068724692__000003000_3.jpg
23
+ - text: '[trigger], a woman, close-up of hands, delicately crafting origami, soft
24
+ focus background'
25
+ output:
26
+ url: samples/1725068782338__000003000_4.jpg
27
+ - text: '[trigger], a woman, silhouette at sunset, yoga pose on a cliff, serene
28
+ mood'
29
+ output:
30
+ url: samples/1725068839391__000003000_5.jpg
31
+ - text: '[trigger], a woman, caught in the rain, makeup running, vulnerable expression'
32
+ output:
33
+ url: samples/1725068896770__000003000_6.jpg
34
+ - text: '[trigger], a woman, close-up of freckled face, sun-kissed glow, beach setting'
35
+ output:
36
+ url: samples/1725068954158__000003000_7.jpg
37
+ - text: '[trigger], a woman, intense workout, sweat droplets, determination, gym
38
+ setting'
39
+ output:
40
+ url: samples/1725069011367__000003000_8.jpg
41
+ - text: '[trigger], a woman, messy bun, glasses, focused on coding, tech startup
42
+ environment'
43
+ output:
44
+ url: samples/1725069068865__000003000_9.jpg
45
+ - text: '[trigger], a woman, close-up of lips, bright red lipstick, blowing a kiss'
46
+ output:
47
+ url: samples/1725069125938__000003000_10.jpg
48
+ - text: '[trigger], a woman, teary-eyed, comforting a child, warm embrace'
49
+ output:
50
+ url: samples/1725069183328__000003000_11.jpg
51
+ - text: '[trigger], a woman, ecstatic expression, receiving an award, stage lighting'
52
+ output:
53
+ url: samples/1725069240783__000003000_12.jpg
54
+ - text: '[trigger], a woman, pensive mood, looking out of a rainy window, muted
55
+ colors'
56
+ output:
57
+ url: samples/1725069298172__000003000_13.jpg
58
+ - text: '[trigger], a woman, close-up of hands covered in paint, artist at work,
59
+ colorful palette'
60
+ output:
61
+ url: samples/1725069356103__000003000_14.jpg
62
  base_model: black-forest-labs/FLUX.1-dev
63
+ instance_prompt: andie
64
  license: other
65
  license_name: flux-1-dev-non-commercial-license
66
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
67
  ---
68
 
69
+ # andie_lora_flux_1_dev_v1.1
70
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
 
 
71
  <Gallery />
72
 
73
+ ## Trigger words
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
+ You should use `andie` to trigger the image generation.
 
 
76
 
77
+ ## Download model
 
 
 
78
 
79
+ Weights for this model are available in Safetensors format.
 
 
80
 
81
+ [Download](/None/tree/main) them in the Files & versions tab.
 
82
 
 
 
 
83