Merge pull request #13 from Extraltodeus/return_images_to_webui

Update depth2image_depthmask.py
pull/20/head
Extraltodeus 2022-11-30 01:23:48 +01:00 committed by GitHub
commit e8bcb39d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,4 +90,5 @@ class Script(scripts.Script):
if override_mask_blur: p.mask_blur = 0
if override_fill: p.inpainting_fill = 1
proc = process_images(p)
proc.images.append(d_m)
return proc