Spaces:
Runtime error
Runtime error
Commit
•
3188dfd
1
Parent(s):
28eae19
Update app.py
Browse files
app.py
CHANGED
@@ -538,7 +538,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
538 |
with gr.Accordion("Advanced options", open=False):
|
539 |
negative = gr.Textbox(label="Negative Prompt")
|
540 |
weight = gr.Slider(0, 10, value=0.9, step=0.1, label="LoRA weight")
|
541 |
-
face_strength = gr.Slider(0,
|
542 |
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")
|
543 |
guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
|
544 |
depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
|
|
|
538 |
with gr.Accordion("Advanced options", open=False):
|
539 |
negative = gr.Textbox(label="Negative Prompt")
|
540 |
weight = gr.Slider(0, 10, value=0.9, step=0.1, label="LoRA weight")
|
541 |
+
face_strength = gr.Slider(0, 2, value=0.85, step=0.01, label="Face strength", info="Higher values increase the face likeness but reduce the creative liberty of the models")
|
542 |
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")
|
543 |
guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
|
544 |
depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
|