ofirbibi commited on
Commit
e149580
·
1 Parent(s): 56e0c40

Model: Update spatial upscaler model to latest v1.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ print("Downloading LTX-2.3 distilled model + Gemma...")
85
  print("=" * 80)
86
 
87
  checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
88
- spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.0.safetensors")
89
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)
90
 
91
  print(f"Checkpoint: {checkpoint_path}")
 
85
  print("=" * 80)
86
 
87
  checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
88
+ spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
89
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)
90
 
91
  print(f"Checkpoint: {checkpoint_path}")