Update README.md
This commit is contained in:
parent
41f1943a99
commit
2afcdf81aa
63
README.md
63
README.md
@ -21,22 +21,55 @@ Allegro is capable of producing high-quality, 6-second videos at 30 frames per s
|
|||||||
|
|
||||||
# Model info
|
# Model info
|
||||||
|
|
||||||
| **Model** | Allegro |
|
<table>
|
||||||
|-------------------------------|------------------------------------------------|
|
<tr>
|
||||||
| **Description** | Text-to-Video Diffusion Transformer |
|
<th>Model</th>
|
||||||
| **Download** | <HF link - TBD> |
|
<td>Allegro</td>
|
||||||
| **Parameter** | VAE: 175M<br>DiT: 2.8B |
|
</tr>
|
||||||
| **Inference Precision** | VAE: FP32/TF32/BF16/FP16 (best in FP32/TF32)<br>DiT/T5: BF16/FP32/TF32 |
|
<tr>
|
||||||
| **Context Length** | 79.2k |
|
<th>Description</th>
|
||||||
| **Resolution** | 720 x 1280 |
|
<td>Text-to-Video Diffusion Transformer</td>
|
||||||
| **Frames** | 88 |
|
</tr>
|
||||||
| **Video Length** | 6 seconds @ 15 fps |
|
<tr>
|
||||||
| **Single GPU Memory Usage** | 9.3G BF16 (with cpu_offload) |
|
<th>Download</th>
|
||||||
|
<td><HF link - TBD></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="2">Parameter</th>
|
||||||
|
<td>VAE: 175M</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DiT: 2.8B</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="2">Inference Precision</th>
|
||||||
|
<td>VAE: FP32/TF32/BF16/FP16 (best in FP32/TF32)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DiT/T5: BF16/FP32/TF32</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Context Length</th>
|
||||||
|
<td>79.2k</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Resolution</th>
|
||||||
|
<td>720 x 1280</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Frames</th>
|
||||||
|
<td>88</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Video Length</th>
|
||||||
|
<td>6 seconds @ 15 fps</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Single GPU Memory Usage</th>
|
||||||
|
<td>9.3G BF16 (with cpu_offload)</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
| Name | Parameter | Context Length | Download |
|
|
||||||
|-----------|-----------|-----------------|------------------------------------------------------------------|
|
|
||||||
| Allegro | 3B | 80K | [🤗 Hugging Face](https://huggingface.co/rhymes-ai/Allegro) |
|
|
||||||
| |
|
|
||||||
|
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user