Update README.md (#1)
Browse files- Update README.md (b51f33b704f32496469f7abdd6be6ada1c8a8159)
Co-authored-by: Zhicheng Sun <[email protected]>
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- stabilityai/stable-diffusion-3-medium
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# ⚡️Pyramid Flow⚡️
|
| 8 |
+
|
| 9 |
+
[[Paper]](https://arxiv.org) [[Project Page ✨]](https://pyramid-flow.github.io) [[Code ⚡️]](https://github.com/jy0205/Pyramid-Flow)
|
| 10 |
+
|
| 11 |
+
This is the official repository for Pyramid Flow, a training-efficient **Autoregressive Video Generation** method based on **Flow Matching**. By training only on open-source datasets, it generates high-quality 10-second videos at 768p resolution and 24 FPS, and naturally supports image-to-video generation.
|
| 12 |
+
|
| 13 |
+
<table class="center" border="0" style="width: 100%; text-align: left;">
|
| 14 |
+
<tr>
|
| 15 |
+
<th>10s, 768p, 24fps</th>
|
| 16 |
+
<th>5s, 768p, 24fps</th>
|
| 17 |
+
<th>Image-to-video</th>
|
| 18 |
+
</tr>
|
| 19 |
+
<tr>
|
| 20 |
+
<td><video src="https://pyramid-flow.github.io/static/videos/t2v_10s/fireworks.mp4" autoplay muted loop playsinline></video></td>
|
| 21 |
+
<td><video src="https://pyramid-flow.github.io/static/videos/t2v/trailer.mp4" autoplay muted loop playsinline></video></td>
|
| 22 |
+
<td><video src="https://pyramid-flow.github.io/static/videos/i2v/sunday.mp4" autoplay muted loop playsinline></video></td>
|
| 23 |
+
</tr>
|
| 24 |
+
</table>
|