eeuuia commited on
Commit
d219681
·
verified ·
1 Parent(s): 907ce01

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +4 -1
setup.py CHANGED
@@ -120,7 +120,10 @@ def main():
120
 
121
  _ensure_hf_model(
122
  repo_id="Lightricks/LTX-Video",
123
- filenames=[ltx_config.get("checkpoint_path"), ltx_config.get("spatial_upscaler_model_path")]
 
 
 
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(