@@ -50,7 +50,7 @@ pip install -e .
5050
5151VideoSys supports many diffusion models with our various acceleration techniques, enabling these models to run faster and consume less memory.
5252
53- <b >You can find all available models and their supported acceleration techniques in the following table. Click ` Doc ` to see how to use them.</b >
53+ <b >You can find all available models and their supported acceleration techniques in the following table. Click ` Code ` to see how to use them.</b >
5454
5555<table >
5656 <tr>
@@ -65,20 +65,20 @@ VideoSys supports many diffusion models with our various acceleration techniques
6565 <th><a href="https://github.com/NUS-HPC-AI-Lab/VideoSys?tab=readme-ov-file#pyramid-attention-broadcast-pab-blogdoc">PAB</a></th>
6666 </tr>
6767 <tr>
68- <td>Open-Sora [<a href="https://github.com/hpcaitech/Open-Sora ">source</a>]</td>
69- <td align="center">🟡 </td>
68+ <td>Vchitect [<a href="https://github.com/Vchitect/Vchitect-2.0 ">source</a>]</td>
69+ <td align="center">/ </td>
7070 <td align="center">✅</td>
7171 <td align="center">✅</td>
7272 <td align="center">✅</td>
73- <td align="center"><a href="./examples/open_sora /sample.py">Code</a></td>
73+ <td align="center"><a href="./examples/vchitect /sample.py">Code</a></td>
7474 </tr>
7575 <tr>
76- <td>Open-Sora-Plan [<a href="https://github.com/PKU-YuanGroup/Open-Sora-Plan ">source</a>]</td>
76+ <td>CogVideoX [<a href="https://github.com/THUDM/CogVideo ">source</a>]</td>
7777 <td align="center">/</td>
7878 <td align="center">✅</td>
79+ <td align="center">/</td>
7980 <td align="center">✅</td>
80- <td align="center">✅</td>
81- <td align="center"><a href="./examples/open_sora_plan/sample.py">Code</a></td>
81+ <td align="center"><a href="./examples/cogvideox/sample.py">Code</a></td>
8282 </tr>
8383 <tr>
8484 <td>Latte [<a href="https://github.com/Vchitect/Latte">source</a>]</td>
@@ -89,12 +89,20 @@ VideoSys supports many diffusion models with our various acceleration techniques
8989 <td align="center"><a href="./examples/latte/sample.py">Code</a></td>
9090 </tr>
9191 <tr>
92- <td>CogVideoX [<a href="https://github.com/THUDM/CogVideo ">source</a>]</td>
92+ <td>Open-Sora-Plan [<a href="https://github.com/PKU-YuanGroup/Open-Sora-Plan ">source</a>]</td>
9393 <td align="center">/</td>
9494 <td align="center">✅</td>
95- <td align="center">/</td>
9695 <td align="center">✅</td>
97- <td align="center"><a href="./examples/cogvideox/sample.py">Code</a></td>
96+ <td align="center">✅</td>
97+ <td align="center"><a href="./examples/open_sora_plan/sample.py">Code</a></td>
98+ </tr>
99+ <tr>
100+ <td>Open-Sora [<a href="https://github.com/hpcaitech/Open-Sora">source</a>]</td>
101+ <td align="center">🟡</td>
102+ <td align="center">✅</td>
103+ <td align="center">✅</td>
104+ <td align="center">✅</td>
105+ <td align="center"><a href="./examples/open_sora/sample.py">Code</a></td>
98106 </tr>
99107</table >
100108
0 commit comments