linoyts HF Staff commited on
Commit
a0c1944
·
verified ·
1 Parent(s): 6ce0778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -707,7 +707,7 @@ print("=" * 80)
707
 
708
  checkpoint_path = hf_hub_download(
709
  # repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
710
- repo_id=CHECKPOINT_PATH, filename="linoyts/ltx-2.3-22b-distilled-1.1-fused-union-control"
711
  )
712
  spatial_upsampler_path = hf_hub_download(
713
  repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
 
707
 
708
  checkpoint_path = hf_hub_download(
709
  # repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
710
+ repo_id=CHECKPOINT_PATH, filename="ltx-2.3-22b-distilled-1.1-fused-union-control.safetensors"
711
  )
712
  spatial_upsampler_path = hf_hub_download(
713
  repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors"