RhymesAI commited on
Commit
2afcdf8
1 Parent(s): 41f1943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -16
README.md CHANGED
@@ -21,22 +21,55 @@ Allegro is capable of producing high-quality, 6-second videos at 30 frames per s
21
 
22
  # Model info
23
 
24
- | **Model** | Allegro |
25
- |-------------------------------|------------------------------------------------|
26
- | **Description** | Text-to-Video Diffusion Transformer |
27
- | **Download** | <HF link - TBD> |
28
- | **Parameter** | VAE: 175M<br>DiT: 2.8B |
29
- | **Inference Precision** | VAE: FP32/TF32/BF16/FP16 (best in FP32/TF32)<br>DiT/T5: BF16/FP32/TF32 |
30
- | **Context Length** | 79.2k |
31
- | **Resolution** | 720 x 1280 |
32
- | **Frames** | 88 |
33
- | **Video Length** | 6 seconds @ 15 fps |
34
- | **Single GPU Memory Usage** | 9.3G BF16 (with cpu_offload) |
35
-
36
- | Name | Parameter | Context Length | Download |
37
- |-----------|-----------|-----------------|------------------------------------------------------------------|
38
- | Allegro | 3B | 80K | [🤗 Hugging Face](https://huggingface.co/rhymes-ai/Allegro) |
39
- | |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  # Quick start
42
 
 
21
 
22
  # Model info
23
 
24
+ <table>
25
+ <tr>
26
+ <th>Model</th>
27
+ <td>Allegro</td>
28
+ </tr>
29
+ <tr>
30
+ <th>Description</th>
31
+ <td>Text-to-Video Diffusion Transformer</td>
32
+ </tr>
33
+ <tr>
34
+ <th>Download</th>
35
+ <td>&lt;HF link - TBD&gt;</td>
36
+ </tr>
37
+ <tr>
38
+ <th rowspan="2">Parameter</th>
39
+ <td>VAE: 175M</td>
40
+ </tr>
41
+ <tr>
42
+ <td>DiT: 2.8B</td>
43
+ </tr>
44
+ <tr>
45
+ <th rowspan="2">Inference Precision</th>
46
+ <td>VAE: FP32/TF32/BF16/FP16 (best in FP32/TF32)</td>
47
+ </tr>
48
+ <tr>
49
+ <td>DiT/T5: BF16/FP32/TF32</td>
50
+ </tr>
51
+ <tr>
52
+ <th>Context Length</th>
53
+ <td>79.2k</td>
54
+ </tr>
55
+ <tr>
56
+ <th>Resolution</th>
57
+ <td>720 x 1280</td>
58
+ </tr>
59
+ <tr>
60
+ <th>Frames</th>
61
+ <td>88</td>
62
+ </tr>
63
+ <tr>
64
+ <th>Video Length</th>
65
+ <td>6 seconds @ 15 fps</td>
66
+ </tr>
67
+ <tr>
68
+ <th>Single GPU Memory Usage</th>
69
+ <td>9.3G BF16 (with cpu_offload)</td>
70
+ </tr>
71
+ </table>
72
+
73
 
74
  # Quick start
75