dagloop5 commited on
Commit
062acc2
·
verified ·
1 Parent(s): 3a6dd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ weights_dir.mkdir(exist_ok=True)
344
 
345
  checkpoint_path = hf_hub_download(
346
  repo_id=LTX_MODEL_REPO,
347
- filename="ltx-2.3-22b-dev.safetensors",
348
  local_dir=str(weights_dir),
349
  local_dir_use_symlinks=False, # Ensure actual file copy, not symlink
350
  )
 
344
 
345
  checkpoint_path = hf_hub_download(
346
  repo_id=LTX_MODEL_REPO,
347
+ filename="ltx-2.3-22b-distilled-1.1.safetensors",
348
  local_dir=str(weights_dir),
349
  local_dir_use_symlinks=False, # Ensure actual file copy, not symlink
350
  )