Spaces:
Running on Zero
Running on Zero
Model: Update spatial upscaler model to latest v1.1
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ print("Downloading LTX-2.3 distilled model + Gemma...")
|
|
| 85 |
print("=" * 80)
|
| 86 |
|
| 87 |
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
|
| 88 |
-
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.
|
| 89 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 90 |
|
| 91 |
print(f"Checkpoint: {checkpoint_path}")
|
|
|
|
| 85 |
print("=" * 80)
|
| 86 |
|
| 87 |
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
|
| 88 |
+
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
|
| 89 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 90 |
|
| 91 |
print(f"Checkpoint: {checkpoint_path}")
|