gradient-diffusion
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ This repository provides a checkpoint with trained LoRA for
|
|
15 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
16 |
[<img src="https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/light/join-our-discord-rev1.png?raw=true">](https://discord.gg/FHY2guThfy)
|
17 |
|
18 |
-
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/
|
19 |
|
20 |
# Training details
|
21 |
[XLabs AI](https://github.com/XLabs-AI) team is happy to publish fune-tuning Flux scripts, including:
|
@@ -44,21 +44,35 @@ Thank https://civitai.com/user/dobrosketchkun and https://civitai.com/user/sadxz
|
|
44 |
## mjv6_lora
|
45 |
```bash
|
46 |
python3 main.py \
|
47 |
-
--prompt "
|
48 |
-
--lora_repo_id XLabs-AI/flux-lora
|
49 |
-
|
|
|
|
|
50 |
```
|
51 |
|
52 |
-
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/
|
53 |
|
54 |
```bash
|
55 |
python3 main.py \
|
56 |
-
--prompt "
|
57 |
-
--lora_repo_id XLabs-AI/flux-lora
|
58 |
-
|
|
|
|
|
59 |
```
|
60 |
|
61 |
-
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
|
|
63 |
|
64 |
lora.safetensors falls under the [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md) Non-Commercial License<br/>
|
|
|
15 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
16 |
[<img src="https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/light/join-our-discord-rev1.png?raw=true">](https://discord.gg/FHY2guThfy)
|
17 |
|
18 |
+
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/furry2.png?raw=true)
|
19 |
|
20 |
# Training details
|
21 |
[XLabs AI](https://github.com/XLabs-AI) team is happy to publish fune-tuning Flux scripts, including:
|
|
|
44 |
## mjv6_lora
|
45 |
```bash
|
46 |
python3 main.py \
|
47 |
+
--prompt "Female Orc with tribal face paint in fierce warrior armor, wielding a massive battle axe, standing in the midst of a battlefield, victorious warrior scene, elder scrolls, eslweyr, glitch aesthetic, anime-inspired, digital illustration, artstation, furry" \
|
48 |
+
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|
49 |
+
--model_type flux-dev-fp8 --width 1024 --height 1024 \
|
50 |
+
--timestep_to_start_cfg 1 --num_steps 25 --true_gs 3.5
|
51 |
+
|
52 |
```
|
53 |
|
54 |
+
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/furry1.png?raw=true)
|
55 |
|
56 |
```bash
|
57 |
python3 main.py \
|
58 |
+
--prompt "Male furry Lycanthrope with fur-covered body in ancient ruins, howling at the full moon, surrounded by eerie mist, werewolf transformation, elder scrolls, eslweyr, glitch aesthetic, anime-inspired, digital illustration, artstation, furry" \
|
59 |
+
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|
60 |
+
--model_type flux-dev-fp8 --width 1024 --height 1024 \
|
61 |
+
--timestep_to_start_cfg 1 --num_steps 25 --true_gs 3.5
|
62 |
+
|
63 |
```
|
64 |
|
65 |
+
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/furry2.png?raw=true)
|
66 |
+
|
67 |
+
```bash
|
68 |
+
python3 main.py \
|
69 |
+
--prompt "Female furry Pixie with iridescent wings in whimsical fairy attire, spreading pixie dust in a moonlit forest, mischievous sprite depiction, elder scrolls, eslweyr, glitch aesthetic, anime-inspired, digital illustration, artstation, furry" \
|
70 |
+
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|
71 |
+
--model_type flux-dev-fp8 --width 1024 --height 1024 \
|
72 |
+
--timestep_to_start_cfg 1 --num_steps 25 --true_gs 3.5
|
73 |
+
|
74 |
+
```
|
75 |
|
76 |
+
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/furry2.png?raw=true)
|
77 |
|
78 |
lora.safetensors falls under the [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md) Non-Commercial License<br/>
|