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 |
)
|
|
@@ -377,7 +377,7 @@ LORA_REPO = "dagloop5/LoRA"
|
|
| 377 |
print("=" * 80)
|
| 378 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 379 |
print("=" * 80)
|
| 380 |
-
singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.
|
| 381 |
teneros_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3-Furry-2D-NSFW-Multi-Purpose-Lora+Cum.safetensors")
|
| 382 |
sulphur_lora_path =hf_hub_download(repo_id=LORA_REPO, filename="ltx23E28093SlowMotion26.Pkrs.safetensors")
|
| 383 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
|
|
|
| 364 |
weights_dir = Path("weights")
|
| 365 |
weights_dir.mkdir(exist_ok=True)
|
| 366 |
checkpoint_path = hf_hub_download(
|
| 367 |
+
repo_id="TenStrip/LTX2.3-10Eros",
|
| 368 |
+
filename="10Eros_v1.3_bf16.safetensors",
|
| 369 |
local_dir=str(weights_dir),
|
| 370 |
local_dir_use_symlinks=False,
|
| 371 |
)
|
|
|
|
| 377 |
print("=" * 80)
|
| 378 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 379 |
print("=" * 80)
|
| 380 |
+
singularity_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments", filename="ltx-2.3-22b-distilled-lora-1.1_rank72_energy.safetensors")
|
| 381 |
teneros_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3-Furry-2D-NSFW-Multi-Purpose-Lora+Cum.safetensors")
|
| 382 |
sulphur_lora_path =hf_hub_download(repo_id=LORA_REPO, filename="ltx23E28093SlowMotion26.Pkrs.safetensors")
|
| 383 |
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|