Spaces:
Running
on
Zero
Running
on
Zero
Max Ku
commited on
Commit
•
063f216
1
Parent(s):
e548ada
renaming CogVideoX 2
Browse files- model/model_registry.py +2 -2
model/model_registry.py
CHANGED
@@ -411,7 +411,7 @@ register_model_info(
|
|
411 |
)
|
412 |
|
413 |
register_model_info(
|
414 |
-
["
|
415 |
"CogVideoX-2B",
|
416 |
"https://github.com/THUDM/CogVideo",
|
417 |
"Text-to-Video Diffusion Models with An Expert Transformer.",
|
@@ -421,7 +421,7 @@ register_model_info(
|
|
421 |
)
|
422 |
|
423 |
register_model_info(
|
424 |
-
["
|
425 |
"CogVideoX-5B",
|
426 |
"https://github.com/THUDM/CogVideo",
|
427 |
"Text-to-Video Diffusion Models with An Expert Transformer.",
|
|
|
411 |
)
|
412 |
|
413 |
register_model_info(
|
414 |
+
["videogenhub_CogVideoX-2B_generation"],
|
415 |
"CogVideoX-2B",
|
416 |
"https://github.com/THUDM/CogVideo",
|
417 |
"Text-to-Video Diffusion Models with An Expert Transformer.",
|
|
|
421 |
)
|
422 |
|
423 |
register_model_info(
|
424 |
+
["fal_CogVideoX-5B_text2video"],
|
425 |
"CogVideoX-5B",
|
426 |
"https://github.com/THUDM/CogVideo",
|
427 |
"Text-to-Video Diffusion Models with An Expert Transformer.",
|