rename input control_denoising_strength to control_input_denoising_strength

This commit is contained in:
Disty0
2024-04-28 15:52:49 +03:00
parent 7e1c5a2e11
commit 53dd494200
+1 -1
View File
@@ -92,7 +92,7 @@ def create_ui(_blocks: gr.Blocks=None):
with gr.Row():
input_type = gr.Radio(label="Input type", choices=['Control only', 'Init image same as control', 'Separate init image'], value='Control only', type='index', elem_id='control_input_type')
with gr.Row():
denoising_strength = gr.Slider(minimum=0.01, maximum=1.0, step=0.01, label='Denoising strength', value=0.50, elem_id="control_denoising_strength")
denoising_strength = gr.Slider(minimum=0.01, maximum=1.0, step=0.01, label='Denoising strength', value=0.50, elem_id="control_input_denoising_strength")
with gr.Accordion(open=False, label="Size", elem_id="control_size", elem_classes=["small-accordion"]):
with gr.Tabs():