-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: Inpaint Fixes #4301
fix: Inpaint Fixes #4301
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not working for me. I'm getting an invalid edge error when I try to inpaint:
[2023-08-17 16:25:37,321]::[InvokeAI]::ERROR --> Error while invoking:
Fields are incompatible: cannot connect 38534078-67b2-4b9c-98ee-e05a12be9a19.image to 91895c7f-4169-4a0a-8d45-82927bc72210.mask
On the other hand, I can't reproduce the original issue. When I set denoising strength to 1 I get complete replacement of the masked area, and no change when I set denoising to 0.
I think @lstein 's issue is unrelated to this PR. I get it also on Canvas, while inpainting. @blessedcoolant ... uhh... |
That's expected coz I don't know what the goal of the PR is. I just created a new |
The previous red look too much like the error color.
Needs a round of testing before we merge. @hipsterusername @StAlKeR7779 @psychedelicious @Millu @lstein |
Been testing, can't say anything other than - "Wow, somehow we managed to stumble into some wild inpainting improvements in this refactor" It's pretty awesome |
@lstein Give it a review when you can - we should try to get these things merged in sooner vs later for an RC |
Just gave this a test, seems to be working great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest code change described below to avoid deprecation warning.
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What type of PR is this? (check all applicable)
Have you discussed this change with the InvokeAI team?
Have you updated all relevant documentation?
Description
Fix masked generation with inpaint models
Related Tickets & Documents
Added/updated tests?