diff options
author | captin411 <captindave@gmail.com> | 2022-10-26 00:06:59 +0000 |
---|---|---|
committer | captin411 <captindave@gmail.com> | 2022-10-26 00:06:59 +0000 |
commit | df0c5ea29d7f0c682ac81f184f3e482a6450d018 (patch) | |
tree | 5cc97fa506755f62a54b64e007de1e0cc262a44d /modules/ui.py | |
parent | 54f0c1482427a5b3f2248b97be55878e742cbcb1 (diff) | |
download | stable-diffusion-webui-gfx803-df0c5ea29d7f0c682ac81f184f3e482a6450d018.tar.gz stable-diffusion-webui-gfx803-df0c5ea29d7f0c682ac81f184f3e482a6450d018.tar.bz2 stable-diffusion-webui-gfx803-df0c5ea29d7f0c682ac81f184f3e482a6450d018.zip |
update default weights
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index 95b9c703..095200a8 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1270,7 +1270,7 @@ def create_ui(wrap_gradio_gpu_call): with gr.Row(visible=False) as process_focal_crop_row:
process_focal_crop_face_weight = gr.Slider(label='Focal point face weight', value=0.9, minimum=0.0, maximum=1.0, step=0.05)
- process_focal_crop_entropy_weight = gr.Slider(label='Focal point entropy weight', value=0.3, minimum=0.0, maximum=1.0, step=0.05)
+ process_focal_crop_entropy_weight = gr.Slider(label='Focal point entropy weight', value=0.15, minimum=0.0, maximum=1.0, step=0.05)
process_focal_crop_edges_weight = gr.Slider(label='Focal point edges weight', value=0.5, minimum=0.0, maximum=1.0, step=0.05)
process_focal_crop_debug = gr.Checkbox(label='Create debug image')
|