dagloop5 commited on
Commit
e345df9
·
verified ·
1 Parent(s): 83c29fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ weights_dir = Path("weights")
288
  weights_dir.mkdir(exist_ok=True)
289
  checkpoint_path = hf_hub_download(
290
  repo_id=LTX_MODEL_REPO,
291
- filename="ltx-2.3-22b-distilled.safetensors",
292
  local_dir=str(weights_dir),
293
  local_dir_use_symlinks=False,
294
  )
 
288
  weights_dir.mkdir(exist_ok=True)
289
  checkpoint_path = hf_hub_download(
290
  repo_id=LTX_MODEL_REPO,
291
+ filename="ltx-2.3-22b-distilled-1.1.safetensors",
292
  local_dir=str(weights_dir),
293
  local_dir_use_symlinks=False,
294
  )