Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
e398fab
1
Parent(s):
5028e28
typo
Browse files
app.py
CHANGED
@@ -552,7 +552,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
552 |
face_strength = gr.Slider(0, 1, value=0.85, step=0.01, label="Face strength", info="Higher values increase the face likeness but reduce the creative liberty of the models")
|
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
|
556 |
prompt_title = gr.Markdown(
|
557 |
value="### Click on a LoRA in the gallery to select it",
|
558 |
visible=True,
|
|
|
552 |
face_strength = gr.Slider(0, 1, value=0.85, step=0.01, label="Face strength", info="Higher values increase the face likeness but reduce the creative liberty of the models")
|
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 strength")
|
556 |
prompt_title = gr.Markdown(
|
557 |
value="### Click on a LoRA in the gallery to select it",
|
558 |
visible=True,
|