Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -178,7 +178,7 @@ class LtxAducManager:
|
|
| 178 |
|
| 179 |
def _load_config(self) -> Dict:
|
| 180 |
"""Carrega a configuração YAML principal do LTX."""
|
| 181 |
-
config_path = Path("/data/LTX-Video/configs/ltxv-13b-0.9.8-
|
| 182 |
with open(config_path, "r") as file:
|
| 183 |
return yaml.safe_load(file)
|
| 184 |
|
|
|
|
| 178 |
|
| 179 |
def _load_config(self) -> Dict:
|
| 180 |
"""Carrega a configuração YAML principal do LTX."""
|
| 181 |
+
config_path = Path("/data/LTX-Video/configs/ltxv-13b-0.9.8-dev-fp8.yaml")
|
| 182 |
with open(config_path, "r") as file:
|
| 183 |
return yaml.safe_load(file)
|
| 184 |
|