Spaces:
Paused
Paused
Update setup.py
Browse files
setup.py
CHANGED
|
@@ -120,7 +120,10 @@ def main():
|
|
| 120 |
|
| 121 |
_ensure_hf_model(
|
| 122 |
repo_id="Lightricks/LTX-Video",
|
| 123 |
-
filenames=[
|
|
|
|
|
|
|
|
|
|
| 124 |
)
|
| 125 |
|
| 126 |
_ensure_hf_model(
|
|
|
|
| 120 |
|
| 121 |
_ensure_hf_model(
|
| 122 |
repo_id="Lightricks/LTX-Video",
|
| 123 |
+
filenames=[
|
| 124 |
+
ltx_config.get("checkpoint_path"),
|
| 125 |
+
ltx_config.get("spatial_upscaler_model_path") # <-- Adicione esta linha
|
| 126 |
+
]
|
| 127 |
)
|
| 128 |
|
| 129 |
_ensure_hf_model(
|