Text-to-Image
Diffusers
flux
lora
template:sd-lora
steveant commited on
Commit
8ab3929
·
verified ·
1 Parent(s): 22d0753

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -0
README.md CHANGED
@@ -1,3 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # steveant/steve-lora-v1.1
2
 
3
  This is a [LoRA](https://arxiv.org/abs/2106.09685)-based Stable Diffusion model fine-tuned on a custom image dataset to generate images featuring a man named “Steve” in various settings and scenarios. It has been trained using the [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) base model, leveraging a Flow Matching–based noise scheduler and LoRA network adapters.
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
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.
110
+
111
+
112
  # steveant/steve-lora-v1.1
113
 
114
  This is a [LoRA](https://arxiv.org/abs/2106.09685)-based Stable Diffusion model fine-tuned on a custom image dataset to generate images featuring a man named “Steve” in various settings and scenarios. It has been trained using the [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) base model, leveraging a Flow Matching–based noise scheduler and LoRA network adapters.