dagloop5 commited on
Commit
be8268b
·
verified ·
1 Parent(s): 425ad40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -966,7 +966,10 @@ with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo:
966
  seed, randomize_seed, height, width, enhance_prompt,
967
  video_cfg_scale, video_stg_scale, video_rescale_scale, video_a2v_scale,
968
  audio_cfg_scale, audio_stg_scale, audio_rescale_scale, audio_v2a_scale,
969
- gpu_duration,
 
 
 
970
  ],
971
  outputs=[output_video, seed],
972
  )
 
966
  seed, randomize_seed, height, width, enhance_prompt,
967
  video_cfg_scale, video_stg_scale, video_rescale_scale, video_a2v_scale,
968
  audio_cfg_scale, audio_stg_scale, audio_rescale_scale, audio_v2a_scale,
969
+ gpu_duration, distilled_strength, pose_strength, general_strength, motion_strength,
970
+ dreamlay_strength, mself_strength, dramatic_strength, fluid_strength,
971
+ liquid_strength, demopose_strength, voice_strength, realism_strength,
972
+ transition_strength,
973
  ],
974
  outputs=[output_video, seed],
975
  )