Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ def ui():
|
|
252 |
with gr.Blocks(css=css) as demo:
|
253 |
gr.Markdown(
|
254 |
"""
|
255 |
-
# AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning
|
256 |
Yuwei Guo, Ceyuan Yang*, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, Bo Dai (*Corresponding Author)<br>
|
257 |
[Arxiv Report](https://arxiv.org/abs/2307.04725) | [Project Page](https://animatediff.github.io/) | [Github](https://github.com/guoyww/animatediff/)
|
258 |
"""
|
@@ -262,13 +262,14 @@ 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.
|
|
|
266 |
- [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
|
267 |
- [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
|
268 |
- [`rcnzCartoon3d_v10.safetensors`](https://civitai.com/models/66347?modelVersionId=71009)
|
269 |
- [`majicmixRealistic_v5Preview.safetensors`](https://civitai.com/models/43331?modelVersionId=79068)
|
270 |
- [`realisticVisionV20_v20.safetensors`](https://civitai.com/models/4201?modelVersionId=29460)
|
271 |
-
|
272 |
"""
|
273 |
)
|
274 |
with gr.Row():
|
|
|
252 |
with gr.Blocks(css=css) as demo:
|
253 |
gr.Markdown(
|
254 |
"""
|
255 |
+
# AnimateDiff+ImgInit: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning from an image input
|
256 |
Yuwei Guo, Ceyuan Yang*, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, Bo Dai (*Corresponding Author)<br>
|
257 |
[Arxiv Report](https://arxiv.org/abs/2307.04725) | [Project Page](https://animatediff.github.io/) | [Github](https://github.com/guoyww/animatediff/)
|
258 |
"""
|
|
|
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 your 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)
|
269 |
- [`rcnzCartoon3d_v10.safetensors`](https://civitai.com/models/66347?modelVersionId=71009)
|
270 |
- [`majicmixRealistic_v5Preview.safetensors`](https://civitai.com/models/43331?modelVersionId=79068)
|
271 |
- [`realisticVisionV20_v20.safetensors`](https://civitai.com/models/4201?modelVersionId=29460)
|
272 |
+
5. Click `Generate`, wait for ~1 min, and enjoy.
|
273 |
"""
|
274 |
)
|
275 |
with gr.Row():
|