Upload folder using huggingface_hub
Browse files- .gitattributes +15 -0
- README.md +23 -1
- assets/distilled/1.gif +3 -0
- assets/distilled/2.gif +3 -0
- assets/distilled/3.gif +3 -0
- assets/distilled/4.gif +3 -0
- assets/distilled/A majestic lion strides across the golden savanna, its powerful frame glistening under the warm afternoon sun.gif +3 -0
- assets/distilled/A superintelligent humanoid robot waking up.gif +3 -0
- assets/distilled/Man walking his dog in the woods on a hot sunny day.gif +3 -0
- assets/distilled/fox in the forest close-up quickly turned its head to the left.gif +3 -0
- assets/mochi-demo.gif +3 -0
- assets/undistilled/1.gif +3 -0
- assets/undistilled/2.gif +3 -0
- assets/undistilled/3.gif +3 -0
- assets/undistilled/4.gif +3 -0
- assets/undistilled/A superintelligent humanoid robot waking up.gif +3 -0
- assets/undistilled/Man walking his dog in the woods on a hot sunny day.gif +3 -0
- assets/undistilled/fox in the forest close-up quickly turned its head to the left.gif +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
mochi-demo.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
mochi-demo.gif filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/distilled/1.gif filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/distilled/2.gif filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/distilled/3.gif filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/distilled/4.gif filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/distilled/A[[:space:]]majestic[[:space:]]lion[[:space:]]strides[[:space:]]across[[:space:]]the[[:space:]]golden[[:space:]]savanna,[[:space:]]its[[:space:]]powerful[[:space:]]frame[[:space:]]glistening[[:space:]]under[[:space:]]the[[:space:]]warm[[:space:]]afternoon[[:space:]]sun.gif filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
assets/distilled/A[[:space:]]superintelligent[[:space:]]humanoid[[:space:]]robot[[:space:]]waking[[:space:]]up.gif filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
assets/distilled/Man[[:space:]]walking[[:space:]]his[[:space:]]dog[[:space:]]in[[:space:]]the[[:space:]]woods[[:space:]]on[[:space:]]a[[:space:]]hot[[:space:]]sunny[[:space:]]day.gif filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
assets/distilled/fox[[:space:]]in[[:space:]]the[[:space:]]forest[[:space:]]close-up[[:space:]]quickly[[:space:]]turned[[:space:]]its[[:space:]]head[[:space:]]to[[:space:]]the[[:space:]]left.gif filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
assets/undistilled/1.gif filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
assets/undistilled/2.gif filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/undistilled/3.gif filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
assets/undistilled/4.gif filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
assets/undistilled/A[[:space:]]superintelligent[[:space:]]humanoid[[:space:]]robot[[:space:]]waking[[:space:]]up.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
assets/undistilled/Man[[:space:]]walking[[:space:]]his[[:space:]]dog[[:space:]]in[[:space:]]the[[:space:]]woods[[:space:]]on[[:space:]]a[[:space:]]hot[[:space:]]sunny[[:space:]]day.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
assets/undistilled/fox[[:space:]]in[[:space:]]the[[:space:]]forest[[:space:]]close-up[[:space:]]quickly[[:space:]]turned[[:space:]]its[[:space:]]head[[:space:]]to[[:space:]]the[[:space:]]left.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -16,6 +16,21 @@ library_name: diffusers
|
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
FastMochi is an accelerated [Mochi](https://huggingface.co/genmo/mochi-1-preview) model. It can sample high quality videos with 8 diffusion steps. That brings around 8X speed up compared to the original Mochu with 64 steps.
|
| 20 |
|
| 21 |
- **Developed by**: [Hao AI Lab](https://hao-ai-lab.github.io/)
|
|
@@ -91,6 +106,13 @@ FastMochi is consistency distillated on the [MixKit](https://huggingface.co/data
|
|
| 91 |
- Loss: huber
|
| 92 |
|
| 93 |
## Evaluation
|
| 94 |
-
We provide some qualitative
|
|
|
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
|
|
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
|
| 19 |
+
<div align="center">
|
| 20 |
+
<table style="margin-left: auto; margin-right: auto; border: none;">
|
| 21 |
+
<tr>
|
| 22 |
+
<td>
|
| 23 |
+
<img src="assets/mochi-demo.gif" width="640" alt="Mochi Demo">
|
| 24 |
+
</td>
|
| 25 |
+
</tr>
|
| 26 |
+
<tr>
|
| 27 |
+
<td style="text-align:center;">
|
| 28 |
+
Get 8X diffusion boost for Mochi with FastVideo
|
| 29 |
+
</td>
|
| 30 |
+
</tr>
|
| 31 |
+
</table>
|
| 32 |
+
</div>
|
| 33 |
+
|
| 34 |
FastMochi is an accelerated [Mochi](https://huggingface.co/genmo/mochi-1-preview) model. It can sample high quality videos with 8 diffusion steps. That brings around 8X speed up compared to the original Mochu with 64 steps.
|
| 35 |
|
| 36 |
- **Developed by**: [Hao AI Lab](https://hao-ai-lab.github.io/)
|
|
|
|
| 106 |
- Loss: huber
|
| 107 |
|
| 108 |
## Evaluation
|
| 109 |
+
We provide some qualitative comparisons between FastMochi 8 step inference v.s. the original Mochi with 8 step inference:
|
| 110 |
+
|
| 111 |
|
| 112 |
+
| FastHunyuan 6 step | Hunyuan 6 step |
|
| 113 |
+
| --- | --- |
|
| 114 |
+
|  |  |
|
| 115 |
+
|  |  |
|
| 116 |
+
|  |  |
|
| 117 |
+
|  |  |
|
| 118 |
|
assets/distilled/1.gif
ADDED
|
Git LFS Details
|
assets/distilled/2.gif
ADDED
|
Git LFS Details
|
assets/distilled/3.gif
ADDED
|
Git LFS Details
|
assets/distilled/4.gif
ADDED
|
Git LFS Details
|
assets/distilled/A majestic lion strides across the golden savanna, its powerful frame glistening under the warm afternoon sun.gif
ADDED
|
Git LFS Details
|
assets/distilled/A superintelligent humanoid robot waking up.gif
ADDED
|
Git LFS Details
|
assets/distilled/Man walking his dog in the woods on a hot sunny day.gif
ADDED
|
Git LFS Details
|
assets/distilled/fox in the forest close-up quickly turned its head to the left.gif
ADDED
|
Git LFS Details
|
assets/mochi-demo.gif
ADDED
|
Git LFS Details
|
assets/undistilled/1.gif
ADDED
|
Git LFS Details
|
assets/undistilled/2.gif
ADDED
|
Git LFS Details
|
assets/undistilled/3.gif
ADDED
|
Git LFS Details
|
assets/undistilled/4.gif
ADDED
|
Git LFS Details
|
assets/undistilled/A superintelligent humanoid robot waking up.gif
ADDED
|
Git LFS Details
|
assets/undistilled/Man walking his dog in the woods on a hot sunny day.gif
ADDED
|
Git LFS Details
|
assets/undistilled/fox in the forest close-up quickly turned its head to the left.gif
ADDED
|
Git LFS Details
|