Borcherding
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -115,7 +115,7 @@ pipe.unload_lora_weights()
|
|
115 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
116 |
pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees")
|
117 |
pipe.merge_lora_weights()
|
118 |
-
pipe.save_pretrained("
|
119 |
```
|
120 |
|
121 |
# Trigger Word
|
|
|
115 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
116 |
pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees")
|
117 |
pipe.merge_lora_weights()
|
118 |
+
pipe.save_pretrained("FLUX.1-dev-LoRA-AutumnSpringTrees-merged")
|
119 |
```
|
120 |
|
121 |
# Trigger Word
|