smartdigitalnetworks commited on
Commit
bef0aa6
Β·
verified Β·
1 Parent(s): a400bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -690,7 +690,7 @@ DEFAULT_IC_LORA = "Union Control (Depth + Edge)"
690
  # ─────────────────────────────────────────────────────────────────────────────
691
  LTX_MODEL_REPO = "Lightricks/LTX-2.3"
692
  CHECKPOINT_PATH = "linoyts/ltx-2.3-22b-fused-union-control" #ltx 2.3 with fused union control lora because it breaks on quantization otherwise
693
- GEMMA_REPO = "google/gemma-3-12b-it-qat-q4_0-unquantized"
694
 
695
  print("=" * 80)
696
  print("Downloading LTX-2.3 distilled model + Gemma + IC-LoRA...")
 
690
  # ─────────────────────────────────────────────────────────────────────────────
691
  LTX_MODEL_REPO = "Lightricks/LTX-2.3"
692
  CHECKPOINT_PATH = "linoyts/ltx-2.3-22b-fused-union-control" #ltx 2.3 with fused union control lora because it breaks on quantization otherwise
693
+ GEMMA_REPO = "unsloth/gemma-3-12b-it-qat-bnb-4bit"
694
 
695
  print("=" * 80)
696
  print("Downloading LTX-2.3 distilled model + Gemma + IC-LoRA...")