gradient-diffusion commited on
Commit
cc14925
·
verified ·
1 Parent(s): a225a2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -9
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/result_14.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,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 "A handsome man in a suit, 25 years old, cool, futuristic" \
48
- --lora_repo_id XLabs-AI/flux-lora-collection --lora_name mjv6_lora.safetensors \
49
- --device cuda:4 --offload --use_lora --model_type flux-dev-fp8 --width 1024 --height 1024
 
 
50
  ```
51
 
52
- ![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/result_13.png?raw=true)
53
 
54
  ```bash
55
  python3 main.py \
56
- --prompt "A girl in a suit covered with bold tattoos and holding a vest pistol, beautiful woman, 25 years old, cool, future fantasy, turquoise & light orange ping curl hair" \
57
- --lora_repo_id XLabs-AI/flux-lora-collection --lora_name mjv6_lora.safetensors \
58
- --device cuda --offload --use_lora --model_type flux-dev-fp8 --width 1024 --height 1024
 
 
59
  ```
60
 
61
- ![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/result_12.png?raw=true)
 
 
 
 
 
 
 
 
 
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/>