Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -707,7 +707,7 @@ print("=" * 80)
|
|
| 707 |
|
| 708 |
checkpoint_path = hf_hub_download(
|
| 709 |
# repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
|
| 710 |
-
repo_id=CHECKPOINT_PATH, filename="
|
| 711 |
)
|
| 712 |
spatial_upsampler_path = hf_hub_download(
|
| 713 |
repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|
|
|
|
| 707 |
|
| 708 |
checkpoint_path = hf_hub_download(
|
| 709 |
# repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors"
|
| 710 |
+
repo_id=CHECKPOINT_PATH, filename="ltx-2.3-22b-distilled-1.1-fused-union-control.safetensors"
|
| 711 |
)
|
| 712 |
spatial_upsampler_path = hf_hub_download(
|
| 713 |
repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|