Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ This repository provides a checkpoint with trained LoRAs for
|
|
| 16 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
| 17 |
[<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)
|
| 18 |
|
| 19 |
-
 team is happy to publish fune-tuning Flux scripts, including:
|
|
@@ -42,6 +42,26 @@ A .json file contains "caption" field with a text prompt.
|
|
| 42 |
Thank https://civitai.com/user/dobrosketchkun and https://civitai.com/user/sadxzero for datasets for loras
|
| 43 |
|
| 44 |
# Inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
## mjv6_lora
|
| 46 |
```bash
|
| 47 |
python3 main.py \
|
|
|
|
| 16 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
| 17 |
[<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)
|
| 18 |
|
| 19 |
+

|
| 20 |
|
| 21 |
# Training details
|
| 22 |
[XLabs AI](https://github.com/XLabs-AI) team is happy to publish fune-tuning Flux scripts, including:
|
|
|
|
| 42 |
Thank https://civitai.com/user/dobrosketchkun and https://civitai.com/user/sadxzero for datasets for loras
|
| 43 |
|
| 44 |
# Inference
|
| 45 |
+
## furry_lora
|
| 46 |
+
```bash
|
| 47 |
+
python3 main.py \
|
| 48 |
+
--prompt "Female furry Pixie with text 'hello world'" \
|
| 49 |
+
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|
| 50 |
+
--model_type flux-dev-fp8 --width 1024 --height 1024 \
|
| 51 |
+
--timestep_to_start_cfg 1 --num_steps 25 --true_gs 3.5 --guidance 4
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+

|
| 55 |
+
```bash
|
| 56 |
+
python3 main.py \
|
| 57 |
+
--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" \
|
| 58 |
+
--lora_repo_id XLabs-AI/flux-furry-lora --lora_name furry_lora.safetensors --device cuda --offload --use_lora \
|
| 59 |
+
--model_type flux-dev-fp8 --width 1024 --height 1024 \
|
| 60 |
+
--timestep_to_start_cfg 1 --num_steps 25 --true_gs 3.5
|
| 61 |
+
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+

|
| 65 |
## mjv6_lora
|
| 66 |
```bash
|
| 67 |
python3 main.py \
|