Spaces:
No application file
No application file
Update app.py
Browse files
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 = "
|
| 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...")
|