Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ def ui():
|
|
239 |
"""
|
240 |
# [AnimateLCM: Accelerating the Animation of Personalized Diffusion Models and Adapters with Decoupled Consistency Learning](https://arxiv.org/abs/2402.00769)
|
241 |
Fu-Yun Wang, Zhaoyang Huang (*Corresponding Author), Xiaoyu Shi, Weikang Bian, Guanglu Song, Yu Liu, Hongsheng Li (*Corresponding Author)<br>
|
242 |
-
[arXiv Report](https://arxiv.org/abs/2402.00769) | [Project Page](https://animatelcm.github.io/) | [Github](https://github.com/G-U-N/AnimateLCM) | [Civitai](https://civitai.com/)
|
243 |
"""
|
244 |
)
|
245 |
with gr.Column(variant="panel"):
|
@@ -252,7 +252,7 @@ def ui():
|
|
252 |
stable_diffusion_dropdown = gr.Dropdown(
|
253 |
label="Pretrained Model Path",
|
254 |
choices=controller.stable_diffusion_list,
|
255 |
-
value="models/StableDiffusion/stable-diffusion-v1-5",
|
256 |
interactive=True,
|
257 |
)
|
258 |
stable_diffusion_dropdown.change(fn=controller.update_stable_diffusion, inputs=[
|
|
|
239 |
"""
|
240 |
# [AnimateLCM: Accelerating the Animation of Personalized Diffusion Models and Adapters with Decoupled Consistency Learning](https://arxiv.org/abs/2402.00769)
|
241 |
Fu-Yun Wang, Zhaoyang Huang (*Corresponding Author), Xiaoyu Shi, Weikang Bian, Guanglu Song, Yu Liu, Hongsheng Li (*Corresponding Author)<br>
|
242 |
+
[arXiv Report](https://arxiv.org/abs/2402.00769) | [Project Page](https://animatelcm.github.io/) | [Github](https://github.com/G-U-N/AnimateLCM) | [Civitai](https://civitai.com/models/290375/animatelcm-fast-video-generation) | [Replicate](https://replicate.com/camenduru/animate-lcm)
|
243 |
"""
|
244 |
)
|
245 |
with gr.Column(variant="panel"):
|
|
|
252 |
stable_diffusion_dropdown = gr.Dropdown(
|
253 |
label="Pretrained Model Path",
|
254 |
choices=controller.stable_diffusion_list,
|
255 |
+
# value="models/StableDiffusion/stable-diffusion-v1-5",
|
256 |
interactive=True,
|
257 |
)
|
258 |
stable_diffusion_dropdown.change(fn=controller.update_stable_diffusion, inputs=[
|