linoyts HF Staff commited on
Commit
74b753c
Β·
verified Β·
1 Parent(s): d1e3ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -675,7 +675,8 @@ DEFAULT_IC_LORA = "Union Control (Depth + Edge)"
675
  # ─────────────────────────────────────────────────────────────────────────────
676
  # Download Models
677
  # ─────────────────────────────────────────────────────────────────────────────
678
- LTX_MODEL_REPO = "Lightricks/LTX-2.3"
 
679
  GEMMA_REPO = "google/gemma-3-12b-it-qat-q4_0-unquantized"
680
 
681
  print("=" * 80)
@@ -683,7 +684,8 @@ print("Downloading LTX-2.3 distilled model + Gemma + IC-LoRA...")
683
  print("=" * 80)
684
 
685
  checkpoint_path = hf_hub_download(
686
- repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
 
687
  )
688
  spatial_upsampler_path = hf_hub_download(
689
  repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.0.safetensors"
 
675
  # ─────────────────────────────────────────────────────────────────────────────
676
  # Download Models
677
  # ─────────────────────────────────────────────────────────────────────────────
678
+ # LTX_MODEL_REPO = "Lightricks/LTX-2.3"
679
+ LTX_MODEL_REPO = "linoyts/ltx-2.3-22b-fused-union-control" #ltx 2.3 with fused union control lora because it breaks on quantization otherwise
680
  GEMMA_REPO = "google/gemma-3-12b-it-qat-q4_0-unquantized"
681
 
682
  print("=" * 80)
 
684
  print("=" * 80)
685
 
686
  checkpoint_path = hf_hub_download(
687
+ # repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
688
+ repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-fused-union-control.safetensors"
689
  )
690
  spatial_upsampler_path = hf_hub_download(
691
  repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.0.safetensors"