Update README.md
Browse files
README.md
CHANGED
@@ -212,11 +212,11 @@ accelerate launch train_dreambooth_lora_sd3_miniature.py \
|
|
212 |
--checkpointing_steps=500 \
|
213 |
--seed="3234290"
|
214 |
|
215 |
-
### With prior preservation and more flexible training script
|
216 |
|
217 |
Training notebook with prior preservation, using more flexible framework: [SD3_DreamBooth-LoRA_Fine-Tune-with-prior-preservation.ipynb](https://huggingface.co/lamm-mit/stable-diffusion-3-medium-leaf-inspired/resolve/main/SD3_DreamBooth-LoRA_Fine-Tune-with-prior-preservation.ipynb)
|
218 |
|
219 |
-
The notebook automatically downloads the training code.
|
220 |
|
221 |
```raw
|
222 |
accelerate launch train_dreambooth_lora_sd3.py \
|
@@ -247,3 +247,15 @@ accelerate launch train_dreambooth_lora_sd3.py \
|
|
247 |
```
|
248 |
|
249 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
--checkpointing_steps=500 \
|
213 |
--seed="3234290"
|
214 |
|
215 |
+
### With prior preservation and a more flexible training script
|
216 |
|
217 |
Training notebook with prior preservation, using more flexible framework: [SD3_DreamBooth-LoRA_Fine-Tune-with-prior-preservation.ipynb](https://huggingface.co/lamm-mit/stable-diffusion-3-medium-leaf-inspired/resolve/main/SD3_DreamBooth-LoRA_Fine-Tune-with-prior-preservation.ipynb)
|
218 |
|
219 |
+
The notebook automatically downloads the training code ```launch train_dreambooth_lora_sd3.py```.
|
220 |
|
221 |
```raw
|
222 |
accelerate launch train_dreambooth_lora_sd3.py \
|
|
|
247 |
```
|
248 |
|
249 |

|
250 |
+
|
251 |
+
|
252 |
+

|
253 |
+
|
254 |
+
|
255 |
+

|
256 |
+
|
257 |
+
|
258 |
+

|
259 |
+
|
260 |
+
|
261 |
+

|