Spaces:
Build error
Build error
Sam commited on
Update aduc_framework/managers/ltx_manager.py
Browse files
aduc_framework/managers/ltx_manager.py
CHANGED
|
@@ -207,7 +207,7 @@ class LtxWorker:
|
|
| 207 |
logger.info(f"LTX Worker ({self.device}): Preparando para carregar modelo...")
|
| 208 |
model_filename = self.config["checkpoint_path"]
|
| 209 |
model_path = huggingface_hub.hf_hub_download(
|
| 210 |
-
repo_id="
|
| 211 |
local_dir=str(models_dir), local_dir_use_symlinks=False
|
| 212 |
)
|
| 213 |
|
|
|
|
| 207 |
logger.info(f"LTX Worker ({self.device}): Preparando para carregar modelo...")
|
| 208 |
model_filename = self.config["checkpoint_path"]
|
| 209 |
model_path = huggingface_hub.hf_hub_download(
|
| 210 |
+
repo_id="linoyts", filename="LTX-Video-0.9.8-13B-distilled",
|
| 211 |
local_dir=str(models_dir), local_dir_use_symlinks=False
|
| 212 |
)
|
| 213 |
|