Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. In /docs swagger I see you have props for img2img requests like
"mask": "string",
"mask_blur": 4,
"inpainting_fill": 0,
"inpaint_full_res": true,
"inpaint_full_res_padding": 0,
"inpainting_mask_invert": 0,
"initial_noise_multiplier": 0,
But how exactly to use them? I want to implement drawing on my FE side to draw mask over the image and the to send it to API.
Beta Was this translation helpful? Give feedback.
All reactions