We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a91f55 commit 1f3f8fcCopy full SHA for 1f3f8fc
docs/static/dismo.pdf
-22.5 MB
hubconf.py
@@ -4,7 +4,7 @@
4
dependencies = ["torch", "einops", "jaxtyping"]
5
6
7
-def cogvideox5b_i2v(*, pretrained: bool = True, vae_slicing: bool = True, vae_tiling: bool = True, **kwargs):
+def cogvideox5b_i2v_large(*, pretrained: bool = True, vae_slicing: bool = True, vae_tiling: bool = True, **kwargs):
8
"""
9
Adapted CogVideoX-5B-I2V model.
10
0 commit comments