Borcherding
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ This LoRA enhances FLUX.1 [dev]'s ability to generate detailed autumn landsc
|
|
60 |
|
61 |
First, ensure you have FLUX.1 [dev] installed:
|
62 |
|
63 |
-
|
64 |
pip install -U diffusers
|
65 |
Usage
|
66 |
Loading with Diffusers
|
@@ -105,8 +105,9 @@ pipe.merge_lora_weights()
|
|
105 |
|
106 |
# Save merged model
|
107 |
pipe.save_pretrained("seasonal-lands-merged")
|
108 |
-
|
109 |
-
|
|
|
110 |
|
111 |
Use autumnProxy in your prompts to activate the seasonal enhancements
|
112 |
Best results achieved when placing the trigger word at the start of the prompt
|
@@ -137,8 +138,6 @@ Base model: FLUX.1 [dev] by Black Forest Labs
|
|
137 |
LoRA training and development: [Borcherding at BorchInk]
|
138 |
|
139 |
|
140 |
-
|
141 |
-
|
142 |
## Trigger words
|
143 |
|
144 |
You should use `autumnProxy` to trigger the image generation.
|
|
|
60 |
|
61 |
First, ensure you have FLUX.1 [dev] installed:
|
62 |
|
63 |
+
```python
|
64 |
pip install -U diffusers
|
65 |
Usage
|
66 |
Loading with Diffusers
|
|
|
105 |
|
106 |
# Save merged model
|
107 |
pipe.save_pretrained("seasonal-lands-merged")
|
108 |
+
```
|
109 |
+
|
110 |
+
# Trigger Word
|
111 |
|
112 |
Use autumnProxy in your prompts to activate the seasonal enhancements
|
113 |
Best results achieved when placing the trigger word at the start of the prompt
|
|
|
138 |
LoRA training and development: [Borcherding at BorchInk]
|
139 |
|
140 |
|
|
|
|
|
141 |
## Trigger words
|
142 |
|
143 |
You should use `autumnProxy` to trigger the image generation.
|