dagloop5 commited on
Commit
6baaab4
·
verified ·
1 Parent(s): 840329d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,7 +80,7 @@ DEFAULT_PROMPT = (
80
  "Fine lunar dust lifts and drifts outward with each movement, floating "
81
  "in slow arcs before settling back onto the ground."
82
  )
83
- DEFAULT_FRAME_RATE = 24.0
84
 
85
  # Resolution presets: (width, height)
86
  RESOLUTIONS = {
@@ -363,7 +363,7 @@ general_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_reasonin
363
  motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="Sulphur_LTX 2.3_better _NSFW_motion.safetensors")
364
  dreamlay_lora_path = hf_hub_download(repo_id="lynaNSFW/DR34ML4Y_AIO_NSFW_LTX23", filename="DR34ML4Y_LTXXX_V2.safetensors") # m15510n4ry, bl0wj0b, d0ubl3_bj, d0gg1e, c0wg1rl
365
  mself_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="Furry Hyper Masturbation - LTX-2 I2V v1.safetensors") # Hyperfap
366
- 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?)
367
  fluid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_CREAMPIE_ANIMATION-V0.1.safetensors") # cum
368
  liquid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="liquid_wet_dr1pp_ltx2_v1.0_scaled.safetensors") # wet dr1pp
369
  demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="clapping-cheeks-audio-v001-alpha.safetensors")
@@ -847,7 +847,7 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
847
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
848
  )
849
  dramatic_strength = gr.Slider(
850
- label="Dramatic strength",
851
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
852
  )
853
  fluid_strength = gr.Slider(
 
80
  "Fine lunar dust lifts and drifts outward with each movement, floating "
81
  "in slow arcs before settling back onto the ground."
82
  )
83
+ DEFAULT_FRAME_RATE = 60.0
84
 
85
  # Resolution presets: (width, height)
86
  RESOLUTIONS = {
 
363
  motion_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="Sulphur_LTX 2.3_better _NSFW_motion.safetensors")
364
  dreamlay_lora_path = hf_hub_download(repo_id="lynaNSFW/DR34ML4Y_AIO_NSFW_LTX23", filename="DR34ML4Y_LTXXX_V2.safetensors") # m15510n4ry, bl0wj0b, d0ubl3_bj, d0gg1e, c0wg1rl
365
  mself_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="Furry Hyper Masturbation - LTX-2 I2V v1.safetensors") # Hyperfap
366
+ dramatic_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX 2.3 _60 FPS_Buttery_Smooth Motion_LoRa.safetensors") # buddr
367
  fluid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="LTX2.3_CREAMPIE_ANIMATION-V0.1.safetensors") # cum
368
  liquid_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="liquid_wet_dr1pp_ltx2_v1.0_scaled.safetensors") # wet dr1pp
369
  demopose_lora_path = hf_hub_download(repo_id=LORA_REPO, filename="clapping-cheeks-audio-v001-alpha.safetensors")
 
847
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
848
  )
849
  dramatic_strength = gr.Slider(
850
+ label="60 FPS strength",
851
  minimum=0.0, maximum=2.0, value=0.0, step=0.01
852
  )
853
  fluid_strength = gr.Slider(