-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
diffusers soft inpainting support #7863
Comments
Could you please describe how you used SD-XL for inpainting? Have you tried SD-XL's fine-tuned model for inpainting? One can try it quickly from this space. |
@StandardAI I tried inpaint before. but this inpainting quality is really bad. webui officially support soft inpainting for solve the poor inpainting quality. but diffusers not support soft inpainting |
If you share a really bad output, we can discuss it in a more measurable and healthy way IMO. |
I would appreciate it if you could do both: show an example of poor inpainting in diffusers, and then show the same example improved with automatic1111 soft inpainting. I'm aware of the "soft inpainting", but I haven't had the time to test it to see if it's an improvement or not. IMO the results should be similar to what we can do with differential diffusion and the key point is that it allows to use mask with a soft brush (or gradients). You can take a look at some experiments I did with it: |
@asomoza thank you for nice answer. |
SDXL inpaint quality is really poor
but it can solve with like A1111 webui support soft inpainting feature
is there any support plan to soft inpaint?
The text was updated successfully, but these errors were encountered: