eeuuia commited on
Commit
b38d3ec
·
verified ·
1 Parent(s): 0e60328

Update api/ltx/ltx_aduc_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_manager.py +1 -1
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-distilled-fp8.yaml")
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