fix audio2audio

This commit is contained in:
chuxij
2025-05-15 08:15:15 +00:00
parent 05c58339f0
commit ded11fd02f
6 changed files with 78 additions and 29 deletions
+2 -2
View File
@@ -235,10 +235,10 @@ def create_text2music_ui(
with gr.Accordion("Advanced Settings", open=False):
scheduler_type = gr.Radio(
["euler", "heun", "pingpong"],
value="euler",
value="pingpong",
label="Scheduler Type",
elem_id="scheduler_type",
info="Scheduler type for the generation. euler is recommended. heun will take more time.",
info="Scheduler type for the generation. pingpong is recommended. heun will take more time.",
)
cfg_type = gr.Radio(
["cfg", "apg", "cfg_star"],