gradient-diffusion
commited on
Commit
•
05fe3fd
1
Parent(s):
2164e42
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:
|
@@ -43,6 +43,16 @@ Thank https://civitai.com/user/dobrosketchkun and https://civitai.com/user/AlexV
|
|
43 |
# Inference
|
44 |
## furry 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 \
|
|
|
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/furry4.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:
|
|
|
43 |
# Inference
|
44 |
## furry lora
|
45 |
```bash
|
46 |
+
python3 main.py \
|
47 |
+
--prompt "Female furry Pixie with text 'hello world'" \
|
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 --guidance 4
|
51 |
+
|
52 |
+
```
|
53 |
+
|
54 |
+
![Example Picture 1](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/furry4.png?raw=true)
|
55 |
+
```bash
|
56 |
python3 main.py \
|
57 |
--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" \
|
58 |
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|