dagloop5 commited on
Commit
071fc41
·
verified ·
1 Parent(s): 3cbcf27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -840,8 +840,7 @@ with gr.Blocks(title="LTX-2.3 Distilled with LoRAs, Negative Prompting, and Adva
840
 
841
  with gr.Row():
842
  video_cfg_scale = gr.Slider(
843
- label="Video CFG Scale", minimum=1.0, maximum=10.0,
844
- value=LTX_2_3_HQ_PARAMS.video_guider_params.cfg_scale, step=0.1
845
  )
846
  video_stg_scale = gr.Slider(
847
  label="Video STG Scale", minimum=0.0, maximum=2.0, value=0.0, step=0.1
@@ -859,8 +858,7 @@ with gr.Blocks(title="LTX-2.3 Distilled with LoRAs, Negative Prompting, and Adva
859
 
860
  with gr.Row():
861
  audio_cfg_scale = gr.Slider(
862
- label="Audio CFG Scale", minimum=1.0, maximum=15.0,
863
- value=LTX_2_3_HQ_PARAMS.audio_guider_params.cfg_scale, step=0.1
864
  )
865
  audio_stg_scale = gr.Slider(
866
  label="Audio STG Scale", minimum=0.0, maximum=2.0, value=0.0, step=0.1
 
840
 
841
  with gr.Row():
842
  video_cfg_scale = gr.Slider(
843
+ label="Video CFG Scale", minimum=1.0, maximum=10.0, value=1.0, step=0.1
 
844
  )
845
  video_stg_scale = gr.Slider(
846
  label="Video STG Scale", minimum=0.0, maximum=2.0, value=0.0, step=0.1
 
858
 
859
  with gr.Row():
860
  audio_cfg_scale = gr.Slider(
861
+ label="Audio CFG Scale", minimum=1.0, maximum=15.0, value=1.0, step=0.1
 
862
  )
863
  audio_stg_scale = gr.Slider(
864
  label="Audio STG Scale", minimum=0.0, maximum=2.0, value=0.0, step=0.1