Spaces:
Sleeping
Sleeping
App: update HDR checkpoint path
Browse files
app.py
CHANGED
|
@@ -124,8 +124,8 @@ DISTILLED_CHECKPOINT = "ltx-2.3-22b-distilled-1.1.safetensors"
|
|
| 124 |
SPATIAL_UPSCALER = "ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|
| 125 |
GEMMA_REPO = "google/gemma-3-12b-it-qat-q4_0-unquantized"
|
| 126 |
|
| 127 |
-
HDR_LORA_REPO = "
|
| 128 |
-
HDR_LORA_FILENAME = "
|
| 129 |
|
| 130 |
print("=" * 80)
|
| 131 |
print("Downloading LTX-2.3 distilled + spatial upsampler + Gemma + HDR IC-LoRA...")
|
|
|
|
| 124 |
SPATIAL_UPSCALER = "ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|
| 125 |
GEMMA_REPO = "google/gemma-3-12b-it-qat-q4_0-unquantized"
|
| 126 |
|
| 127 |
+
HDR_LORA_REPO = "Lightricks/LTX-2.3-22b-IC-LoRA-HDR"
|
| 128 |
+
HDR_LORA_FILENAME = "ltx-2.3-22b-ic-lora-hdr-0.9.safetensors"
|
| 129 |
|
| 130 |
print("=" * 80)
|
| 131 |
print("Downloading LTX-2.3 distilled + spatial upsampler + Gemma + HDR IC-LoRA...")
|