Spaces:
Paused
Paused
Update api/ltx_server_refactored.py
Browse files
api/ltx_server_refactored.py
CHANGED
|
@@ -589,7 +589,7 @@ class VideoService:
|
|
| 589 |
with open(config_path, "r") as file:
|
| 590 |
return yaml.safe_load(file)
|
| 591 |
|
| 592 |
-
def _load_models_from_hub(self)
|
| 593 |
"""Baixa e cria as instâncias da pipeline e do upsampler."""
|
| 594 |
t0 = time.perf_counter()
|
| 595 |
LTX_REPO = "Lightricks/LTX-Video"
|
|
|
|
| 589 |
with open(config_path, "r") as file:
|
| 590 |
return yaml.safe_load(file)
|
| 591 |
|
| 592 |
+
def _load_models_from_hub(self):
|
| 593 |
"""Baixa e cria as instâncias da pipeline e do upsampler."""
|
| 594 |
t0 = time.perf_counter()
|
| 595 |
LTX_REPO = "Lightricks/LTX-Video"
|