Rename app(16).py to app.py
Browse files- app(16).py → app.py +3 -3
app(16).py → app.py
RENAMED
|
@@ -277,7 +277,7 @@ PENDING_LORA_STATE: dict[str, torch.Tensor] | None = None
|
|
| 277 |
PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
| 278 |
|
| 279 |
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
|
| 280 |
-
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.
|
| 281 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 282 |
|
| 283 |
# ---- Insert block (LoRA downloads) between lines 268 and 269 ----
|
|
@@ -287,8 +287,8 @@ LORA_REPO = "dagloop5/LoRA"
|
|
| 287 |
print("=" * 80)
|
| 288 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 289 |
print("=" * 80)
|
| 290 |
-
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 291 |
-
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 292 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 293 |
|
| 294 |
print(f"Pose LoRA: {pose_lora_path}")
|
|
|
|
| 277 |
PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
| 278 |
|
| 279 |
checkpoint_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-22b-distilled.safetensors")
|
| 280 |
+
spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
|
| 281 |
gemma_root = snapshot_download(repo_id=GEMMA_REPO)
|
| 282 |
|
| 283 |
# ---- Insert block (LoRA downloads) between lines 268 and 269 ----
|
|
|
|
| 287 |
print("=" * 80)
|
| 288 |
print("Downloading LoRA adapters from dagloop5/LoRA...")
|
| 289 |
print("=" * 80)
|
| 290 |
+
pose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2_3_NSFW_furry_concat_v2.safetensors")
|
| 291 |
+
general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Reasoning_V1.safetensors")
|
| 292 |
motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="motion_helper.safetensors")
|
| 293 |
|
| 294 |
print(f"Pose LoRA: {pose_lora_path}")
|