Update detail_daemon.py

This commit is contained in:
Muerrilla
2024-05-10 01:36:39 +03:30
committed by GitHub
parent 44865dadf0
commit 82af13a405

View File

@@ -44,7 +44,7 @@ class Script(scripts.Script):
gr_fade = gr.Slider(minimum=0.0, maximum=1.0, step=.05, value=0.0, label="Fade")
with gr.Column(scale=1, min_width=275):
gr_smooth = gr.Checkbox(label="Smooth", value=True, min_width=0)
gr_help = gr.Markdown("## [Ⓗ Help](https://github.com/muerrilla/stable-diffusion-detail-daemon)", elem_id="detail-daemon-help")
gr_help = gr.Markdown("## [Ⓗ Help](https://github.com/muerrilla/sd-webui-detail-daemon)", elem_id="detail-daemon-help")
vis_args = [gr_enabled, gr_start, gr_end, gr_bias, gr_amount, gr_exponent, gr_start_offset, gr_end_offset, gr_fade, gr_smooth]
for vis_arg in vis_args:
@@ -262,4 +262,4 @@ def xyz_support():
try:
xyz_support()
except Exception as e:
print(f'Error trying to add XYZ plot options for Detail Daemon', e)
print(f'Error trying to add XYZ plot options for Detail Daemon', e)