CrazyEric commited on
Commit
6050b11
·
verified ·
1 Parent(s): 4ebc5bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -139,19 +139,6 @@ def resize_image(image, output_size=(1024, 576)):
139
 
140
 
141
  with gr.Blocks() as demo:
142
- gr.Markdown(
143
- """
144
- # [AnimateLCM: Accelerating the Animation of Personalized Diffusion Models and Adapters with Decoupled Consistency Learning](https://arxiv.org/abs/2402.00769)
145
- Fu-Yun Wang, Zhaoyang Huang (*Corresponding Author), Xiaoyu Shi, Weikang Bian, Guanglu Song, Yu Liu, Hongsheng Li (*Corresponding Author)<br>
146
-
147
- [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)
148
-
149
- Related Models:
150
- [AnimateLCM-t2v](https://huggingface.co/wangfuyun/AnimateLCM): Personalized Text-to-Video Generation
151
- [AnimateLCM-SVD-xt](https://huggingface.co/wangfuyun/AnimateLCM-SVD-xt): General Image-to-Video Generation
152
- [AnimateLCM-i2v](https://huggingface.co/wangfuyun/AnimateLCM-I2V): Personalized Image-to-Video Generation
153
- """
154
- )
155
  with gr.Row():
156
  with gr.Column():
157
  image = gr.Image(label="Upload your image", type="pil")
 
139
 
140
 
141
  with gr.Blocks() as demo:
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  with gr.Row():
143
  with gr.Column():
144
  image = gr.Image(label="Upload your image", type="pil")