Update app.py
Browse files
app.py
CHANGED
|
@@ -305,7 +305,7 @@ mself_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="Furry Hyper Mastu
|
|
| 305 |
dramatic_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2.3 - Orgasm.safetensors") # "[He | She] is having am orgasm." (am or an?)
|
| 306 |
fluid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="cr3ampi3_animation_i2v_ltx2_v1.0.safetensors") # cr3ampi3 animation., missionary animation, doggystyle bouncy animation, double penetration animation
|
| 307 |
liquid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="liquid_wet_dr1pp_ltx2_v1.0_scaled.safetensors") # wet dr1pp
|
| 308 |
-
demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="
|
| 309 |
|
| 310 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 311 |
print(f"General LoRA: {general_lora_path}")
|
|
|
|
| 305 |
dramatic_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX-2.3 - Orgasm.safetensors") # "[He | She] is having am orgasm." (am or an?)
|
| 306 |
fluid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="cr3ampi3_animation_i2v_ltx2_v1.0.safetensors") # cr3ampi3 animation., missionary animation, doggystyle bouncy animation, double penetration animation
|
| 307 |
liquid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="liquid_wet_dr1pp_ltx2_v1.0_scaled.safetensors") # wet dr1pp
|
| 308 |
+
demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="clapping-cheeks-audio-v001-alpha.safetensors") # skin slapping against skin
|
| 309 |
|
| 310 |
print(f"Pose LoRA: {pose_lora_path}")
|
| 311 |
print(f"General LoRA: {general_lora_path}")
|