Inpainting not working
Hello, I have a problem to get inpainting working again and I am sure that it was fine some weeks ago. But I might have done something wrong here anyway. Here is an example with my parameters: prompt: a photo of a green plant, highly detailed mask, image provided model: stable-inpainting-512-v2-0 ScheduleParameters - start: 1.0 step.setScaledStep(0)
mask artifact
let promptMask = new Prompt()
let artifact=new Artifact()
artifact.setType(ArtifactType.ARTIFACT_MASK)
artifact.setBinary(p.maskImage64)
promptMask.setArtifact(artifact)
request.addPrompt(promptMask)
image same but with ARTIFACT_IMAGE
and promptParameters.setInit(true)

Thank you!
Hi there! @imperator-maximus Is this a problem that you are still encountering? Would you be willing to run additional tests and let us know if this is still a problem for you? If it is and you could provide us a number of examples including masks as you've done here, that would be excellent, thank you!
Hello there is still this bug
i use masks :
then i use parameters like in example :
formdata.append('mask_source', 'MASK_IMAGE_BLACK')
formdata.append(
'text_prompts[0][text]',
'woman sitting on bench'
)
formdata.append('cfg_scale', '7')
formdata.append('clip_guidance_preset', 'FAST_BLUE')
formdata.append('samples', 1)
formdata.append('steps', 30)
formdata.append("init_image", binary);
formdata.append("mask_image", binarymask);
and result has black border:

is there any news about this? inpainting doesn't work at all right now. this last image, shows it, there are black lines everywhere. will this is be solved? the post is months old. I'm using REST api, should I use a different API? thanks
did more tests, sometimes using DDIM it seems to work but when trying to inpaint bottom right side, it adds the black line. any idea how to solve that? thanks. this happens with all models, including new ones. the last one, freeze and never replies.
did a test in DreamStudio, and the same error happens. can I at least know if it will be fixed? thanks. also sent an email FYI with a bug in DreamStudio, other bug
biggest problem is really when inpaint at the bottom, it creates a new image, it seems to work in other directions. again can I contact anyone? thanks
I have just tested it and it is still a problem. Basically inpainting is not working, very poor results.