StatusReport commited on
Commit
e07c454
·
verified ·
1 Parent(s): 99db47c

App: update HDR checkpoint path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "diffusers-internal-dev/LTX-HDR-LoRA"
128
- HDR_LORA_FILENAME = "comfyui_models_loras_ltxv_ltx2_ltx-2.3-22b-ic-lora-hdr-0.9 (4).safetensors"
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...")