Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ Use StableDiffusion XL with ControlNet pretrained LoRas
|
|
99 |
with gr.Row():
|
100 |
with gr.Column():
|
101 |
prompt = gr.Textbox(label="Prompt")
|
102 |
-
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5
|
103 |
-
with gr.
|
104 |
preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False)
|
105 |
controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")
|
106 |
|
|
|
99 |
with gr.Row():
|
100 |
with gr.Column():
|
101 |
prompt = gr.Textbox(label="Prompt")
|
102 |
+
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5)
|
103 |
+
with gr.Column():
|
104 |
preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False)
|
105 |
controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")
|
106 |
|