Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -364,8 +364,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
|
| 364 |
weights_dir = Path("weights")
|
| 365 |
weights_dir.mkdir(exist_ok=True)
|
| 366 |
checkpoint_path = hf_hub_download(
|
| 367 |
-
repo_id="
|
| 368 |
-
filename="
|
| 369 |
local_dir=str(weights_dir),
|
| 370 |
local_dir_use_symlinks=False,
|
| 371 |
)
|
|
|
|
| 364 |
weights_dir = Path("weights")
|
| 365 |
weights_dir.mkdir(exist_ok=True)
|
| 366 |
checkpoint_path = hf_hub_download(
|
| 367 |
+
repo_id="ibyteohdear/Lightricks-LTX-2.3-DISTILLED-10-Eros",
|
| 368 |
+
filename="LTX2.3_DISTILLED_BAKED_LTX_SULPHUR_STYLE_IS_10Eros_v14_r768.safetensors",
|
| 369 |
local_dir=str(weights_dir),
|
| 370 |
local_dir_use_symlinks=False,
|
| 371 |
)
|