Update app.py
Browse files
app.py
CHANGED
|
@@ -314,7 +314,7 @@ voice_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="hentai_voice_ltx2
|
|
| 314 |
realism_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="FurryenhancerLTX2.3V1.215.safetensors")
|
| 315 |
transition_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2_takerpov_lora_v1.2.safetensors") # takerpov1, taker pov
|
| 316 |
physics_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Better_Physics_PhysLTX.safetensors")
|
| 317 |
-
reasoning_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments", filename="
|
| 318 |
|
| 319 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 320 |
print(f"General LoRA: {general_lora_path}")
|
|
|
|
| 314 |
realism_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="FurryenhancerLTX2.3V1.215.safetensors")
|
| 315 |
transition_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2_takerpov_lora_v1.2.safetensors") # takerpov1, taker pov
|
| 316 |
physics_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_Better_Physics_PhysLTX.safetensors")
|
| 317 |
+
reasoning_lora_path = hf_hub_download(repo_id="TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments", filename="ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors")
|
| 318 |
|
| 319 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 320 |
print(f"General LoRA: {general_lora_path}")
|