Fix example
This commit is contained in:
parent
6fb51170de
commit
8e4e8f68d6
14
README.md
14
README.md
@ -340,13 +340,13 @@ Multiple LoRAs can be sent in to combine the effects of the individual adapters.
|
|||||||
|
|
||||||
```
|
```
|
||||||
python main.py \
|
python main.py \
|
||||||
--prompt "sandor clegane in a forest, Paper Cutout Style" \
|
--prompt "sandor clegane in a forest, Paper Cutout Style" \
|
||||||
--model dev \
|
--model dev \
|
||||||
--steps 20 \
|
--steps 20 \
|
||||||
--seed 43 \
|
--seed 43 \
|
||||||
--lora-paths sandor.safetensors paper.safetensors \
|
--lora-paths sandor_clegane_single_layer.safetensors Flux_1_Dev_LoRA_Paper-Cutout-Style.safetensors \
|
||||||
--lora-scales 1.0 1.0 \
|
--lora-scales 1.0 1.0 \
|
||||||
-q 8
|
-q 8
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user