pyramid-flow-sd3 / README.md
feifeiobama's picture
Update README.md
b51f33b verified
|
raw
history blame
1.12 kB
---
license: apache-2.0
base_model:
- stabilityai/stable-diffusion-3-medium
---
# ⚡️Pyramid Flow⚡️
[[Paper]](https://arxiv.org) [[Project Page ✨]](https://pyramid-flow.github.io) [[Code ⚡️]](https://github.com/jy0205/Pyramid-Flow)
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.
<table class="center" border="0" style="width: 100%; text-align: left;">
<tr>
<th>10s, 768p, 24fps</th>
<th>5s, 768p, 24fps</th>
<th>Image-to-video</th>
</tr>
<tr>
<td><video src="https://pyramid-flow.github.io/static/videos/t2v_10s/fireworks.mp4" autoplay muted loop playsinline></video></td>
<td><video src="https://pyramid-flow.github.io/static/videos/t2v/trailer.mp4" autoplay muted loop playsinline></video></td>
<td><video src="https://pyramid-flow.github.io/static/videos/i2v/sunday.mp4" autoplay muted loop playsinline></video></td>
</tr>
</table>