Update setup.py
Browse files
setup.py
CHANGED
|
@@ -26,7 +26,7 @@ SEEDVR_MODELS_DIR = DEPS_DIR / "SeedVR"
|
|
| 26 |
# --- Reposit贸rios para Clonar ---
|
| 27 |
REPOS_TO_CLONE = {
|
| 28 |
"LTX-Video": "https://huggingface.co/spaces/Lightricks/ltx-video-distilled",
|
| 29 |
-
"SeedVR": "https://
|
| 30 |
"MMAudio": "https://github.com/hkchengrex/MMAudio.git"
|
| 31 |
}
|
| 32 |
|
|
|
|
| 26 |
# --- Reposit贸rios para Clonar ---
|
| 27 |
REPOS_TO_CLONE = {
|
| 28 |
"LTX-Video": "https://huggingface.co/spaces/Lightricks/ltx-video-distilled",
|
| 29 |
+
"SeedVR": "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler",
|
| 30 |
"MMAudio": "https://github.com/hkchengrex/MMAudio.git"
|
| 31 |
}
|
| 32 |
|