Spaces:
Running on Zero
Running on Zero
Commit ·
e0eebf9
1
Parent(s): 2803dfc
update to distilled 1.1 (#14)
Browse files- update to distilled 1.1 (c9d9d3ec3efdbc9aea7d8c054b247868fc8c5e92)
Co-authored-by: Linoy Tsaban <linoyts@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -90,7 +90,7 @@ print("=" * 80)
|
|
| 90 |
print("Downloading LTX-2.3 distilled model + Gemma...")
|
| 91 |
print("=" * 80)
|
| 92 |
|
| 93 |
-
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
|
| 94 |
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
|
| 95 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 96 |
|
|
|
|
| 90 |
print("Downloading LTX-2.3 distilled model + Gemma...")
|
| 91 |
print("=" * 80)
|
| 92 |
|
| 93 |
+
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled-1.1.safetensors")
|
| 94 |
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
|
| 95 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 96 |
|