Uminosachi / sd-webui-inpaint-anything

Inpaint Anything extension performs stable diffusion inpainting on a browser UI using masks from Segment Anything.
Apache License 2.0
1.03k stars 93 forks source link

SDXL VAE is not compatible with inpainting model #139

Open Milor123 opened 3 months ago

Milor123 commented 3 months ago

Guys i am trying use my SDXL models of inpainting but i always get this bug:

image

I try use --no-half-vae, also without it. Download VAE's for XL, a special 16 fix vae

image

But nothing works for it.

I am in Archlinux with a 4070GPU, propietary drivers.

NOTE: when I use the normal inpaiting in Image2image without the extension it works nice with the VAE What should i do guys? Thank u very much !

Uminosachi commented 3 months ago

Inpaint Anything does not support the SDXL Inpainting model. Similarly, it does not support the VAE for SDXL. This is because, when I evaluated the SDXL Inpainting model in the past, I found that it did not produce good images at resolutions other than 1024x1024.

Milor123 commented 3 months ago

Inpaint Anything does not support the SDXL Inpainting model. Similarly, it does not support the VAE for SDXL. This is because, when I evaluated the SDXL Inpainting model in the past, I found that it did not produce good images at resolutions other than 1024x1024.

Ohh understand! Thank u very much bro