Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
| 2 |
pipeline_tag: image-to-video
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
## Introduction
|
| 6 |
Consistency Distilled [Stable Video Diffusion Image2Video-XT (SVD-xt)](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt) following the strategy proposed in [AnimateLCM-paper](https://arxiv.org/abs/2402.00769).
|
| 7 |
AnimateLCM-SVD-xt can generate good quality image-conditioned videos with 25 frames in 2~8 steps with 576x1024 resolutions.
|
|
@@ -12,6 +19,14 @@ AnimateLCM-SVD-xt can generally produces demos with good quality in 4 steps with
|
|
| 12 |
|
| 13 |
## Demos
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
Please contact Fu-Yun Wang ([email protected]) for the inference code and the scheduler design.
|
|
|
|
| 2 |
pipeline_tag: image-to-video
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<p align="center">
|
| 6 |
+
<img src="./demos/demo-01.gif" width="40%" />
|
| 7 |
+
<img src="./demos/demo-02.gif" width="40%" />
|
| 8 |
+
</p>
|
| 9 |
+
<p align="center">Samples generated by AnimateLCM-SVD-xt</p>
|
| 10 |
+
|
| 11 |
+
|
| 12 |
## Introduction
|
| 13 |
Consistency Distilled [Stable Video Diffusion Image2Video-XT (SVD-xt)](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt) following the strategy proposed in [AnimateLCM-paper](https://arxiv.org/abs/2402.00769).
|
| 14 |
AnimateLCM-SVD-xt can generate good quality image-conditioned videos with 25 frames in 2~8 steps with 576x1024 resolutions.
|
|
|
|
| 19 |
|
| 20 |
## Demos
|
| 21 |
|
| 22 |
+
| | | |
|
| 23 |
+
| :---: | :---: | :---: |
|
| 24 |
+
|  |  |  |
|
| 25 |
+
| 2 steps, cfg=1 | 4 steps, cfg=1 | 8 steps, cfg=1 |
|
| 26 |
+
|  |  |  |
|
| 27 |
+
| 2 steps, cfg=1 | 4 steps, cfg=1 | 8 steps, cfg=1 |
|
| 28 |
+
|  |  |  |
|
| 29 |
+
| 2 steps, cfg=1 | 4 steps, cfg=1 | 8 steps, cfg=1 |
|
| 30 |
|
| 31 |
|
| 32 |
Please contact Fu-Yun Wang ([email protected]) for the inference code and the scheduler design.
|