Replies: 1 comment 7 replies
-
Did you ever get this figured out? Seems like you're looking for "mask" not "mask_name"? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im trying to replicate trough the api.
api-generated pngifo:
Steps: 36, Sampler: DPM++ 2S a Karras, CFG scale: 10.0, Seed: 1144868451, Size: 512x512, Model hash: d8722b4a4d, Denoising strength: 0.8, Clip skip: 2, ControlNet-0 Enabled: True, ControlNet-0 Module: depth_leres, ControlNet-0 Model: control_sd15_depth [fef5e48e], ControlNet-0 Weight: 1.0, ControlNet-0 Guidance Start: 0.0, ControlNet-0 Guidance End: 1.0, ControlNet-1 Enabled: True, ControlNet-1 Module: openpose, ControlNet-1 Model: control_sd15_openpose [fef5e48e], ControlNet-1 Weight: 1.0, ControlNet-1 Guidance Start: 0.0, ControlNet-1 Guidance End: 1.0
webui:
Steps: 36, Sampler: DPM++ 2S a Karras, CFG scale: 10, Seed: 1144868451, Size: 512x512, Model hash: d8722b4a4d, Denoising strength: 0.8, Clip skip: 2, Mask blur: 4, ControlNet-0 Enabled: True, ControlNet-0 Module: depth_leres, ControlNet-0 Model: control_sd15_depth [fef5e48e], ControlNet-0 Weight: 1, ControlNet-0 Guidance Start: 0, ControlNet-0 Guidance End: 1, ControlNet-1 Enabled: True, ControlNet-1 Module: openpose, ControlNet-1 Model: control_sd15_openpose [fef5e48e], ControlNet-1 Weight: 1, ControlNet-1 Guidance Start: 0, ControlNet-1 Guidance End: 1
the only diffrence is:
Mask blur: 4, and api contains float values
verified multiple times that the prompt is the same (taking api-generated pnginfo >take prompt to img2img
steps taken in webui:
add img2img file
add 2 images to controlnet
enable controlnet (default values)
set the settings as seen in png info
i just can't figure out where this mask_blur comes from in the webUI
tried some things with the api but api shows:
"mask_name": "string" ,
"mask_blur": 4,
and can't figure out what the webUI uses
api-code:
Beta Was this translation helpful? Give feedback.
All reactions