Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -273,8 +273,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
|
| 273 |
weights_dir = Path("weights")
|
| 274 |
weights_dir.mkdir(exist_ok=True)
|
| 275 |
checkpoint_path = hf_hub_download(
|
| 276 |
-
repo_id="
|
| 277 |
-
filename="
|
| 278 |
local_dir=str(weights_dir),
|
| 279 |
local_dir_use_symlinks=False,
|
| 280 |
)
|
|
|
|
| 273 |
weights_dir = Path("weights")
|
| 274 |
weights_dir.mkdir(exist_ok=True)
|
| 275 |
checkpoint_path = hf_hub_download(
|
| 276 |
+
repo_id="ibyteohdear/Lightricks-LTX-2.3-DISTILLED-10-Eros-v1.2",
|
| 277 |
+
filename="LTX2.3_DISTILLED_1.1_BAKED_v12_LoRA_fro99-avgrank91.safetensors",
|
| 278 |
local_dir=str(weights_dir),
|
| 279 |
local_dir_use_symlinks=False,
|
| 280 |
)
|