Skip to content

Commit b38832e

Browse files
ui update
1 parent ef418f9 commit b38832e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/depthmap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ def ui(self, is_img2img):
111111
with gr.Row():
112112
inpaint = gr.Checkbox(label="Generate 3D inpainted mesh. (Slooooooooow)",value=False, visible=False)
113113

114-
with gr.Box():
115-
gr.HTML("Information, comment and share @ <a href='https://github.com/thygate/stable-diffusion-webui-depthmap-script'>https://github.com/thygate/stable-diffusion-webui-depthmap-script</a>")
116-
117114
with gr.Group():
118115
with gr.Row():
119116
background_removal_model = gr.Dropdown(label="Model", choices=['u2net','u2netp','u2net_human_seg', 'silueta'], value='u2net', type="value", elem_id="model_type")
@@ -122,6 +119,9 @@ def ui(self, is_img2img):
122119
save_background_removal_masks = gr.Checkbox(label="save the foreground masks",value=False)
123120
pre_depth_background_removal = gr.Checkbox(label="pre-depth background removal",value=False)
124121

122+
with gr.Box():
123+
gr.HTML("Information, comment and share @ <a href='https://github.com/thygate/stable-diffusion-webui-depthmap-script'>https://github.com/thygate/stable-diffusion-webui-depthmap-script</a>")
124+
125125
clipthreshold_far.change(
126126
fn = lambda a, b: a if b < a else b,
127127
inputs = [clipthreshold_far, clipthreshold_near],

0 commit comments

Comments
 (0)