Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ def ui():
|
|
262 |
### Quick Start
|
263 |
1. Select desired `Base DreamBooth Model`.
|
264 |
2. Select `Motion Module` from `mm_sd_v14.ckpt` and `mm_sd_v15.ckpt`. We recommend trying both of them for the best results.
|
265 |
-
3. Upload an init image
|
266 |
4. Provide `Prompt` and `Negative Prompt` for each model. You are encouraged to refer to each model's webpage on CivitAI to learn how to write prompts for them. Below are the DreamBooth models in this demo. Click to visit their homepage.
|
267 |
- [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
|
268 |
- [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
|
|
|
262 |
### Quick Start
|
263 |
1. Select desired `Base DreamBooth Model`.
|
264 |
2. Select `Motion Module` from `mm_sd_v14.ckpt` and `mm_sd_v15.ckpt`. We recommend trying both of them for the best results.
|
265 |
+
3. Upload an init image you've PREVIOUSLY GENERATED from Stable Diffusion *important*
|
266 |
4. Provide `Prompt` and `Negative Prompt` for each model. You are encouraged to refer to each model's webpage on CivitAI to learn how to write prompts for them. Below are the DreamBooth models in this demo. Click to visit their homepage.
|
267 |
- [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
|
268 |
- [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
|