update to distilled 1.1

#14
by linoyts HF Staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ print("=" * 80)
90
  print("Downloading LTX-2.3 distilled model + Gemma...")
91
  print("=" * 80)
92
 
93
- checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
94
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
95
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)
96
 
 
90
  print("Downloading LTX-2.3 distilled model + Gemma...")
91
  print("=" * 80)
92
 
93
+ checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled-1.1.safetensors")
94
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
95
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)
96