Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -553,7 +553,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
553 |
image_strength = gr.Slider(0, 1, value=0.15, step=0.01, label="Image strength", info="Higher values increase the similarity with the structure/colors of the original photo")
|
554 |
guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
|
555 |
depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
|
556 |
-
aspect_ratio = gr.
|
557 |
prompt_title = gr.Markdown(
|
558 |
value="### Click on a LoRA in the gallery to select it",
|
559 |
visible=True,
|
|
|
553 |
image_strength = gr.Slider(0, 1, value=0.15, step=0.01, label="Image strength", info="Higher values increase the similarity with the structure/colors of the original photo")
|
554 |
guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
|
555 |
depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
|
556 |
+
aspect_ratio = gr.Radio(choices=["square", "portrait", "landscape"], value="square", label="Aspect Ratio")
|
557 |
prompt_title = gr.Markdown(
|
558 |
value="### Click on a LoRA in the gallery to select it",
|
559 |
visible=True,
|