-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inpainting not working #174
Comments
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! |
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. |
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!
The text was updated successfully, but these errors were encountered: