Wang Qiyao
Wang Qiyao
> when? I've committed the code. you can check commits here https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390/commits/9feb034e343d6d7ef63395821658fb3774b30a24.
@painebenjamin Thanks a lot for your detailed reply and information provided! I read it carefully and made some tests. Here are my findings: **1. the 1.0 issue** **Diffusers:** In diffusers,...
@kalle07 I tested on dev branch and it works. Can you show the error log?
@kalle07 The files are made from master branch. If you are working on dev branch, do not just replace the 4 files. You need to merge [the different codes](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390/files) to...
@kalle07 you can try --no-half-vae or --no-half param.
sdxl inpainting model in diffusers need to be converted to the format suitable for automatic1111 webui, and then add codes to support it. you can check for my PR https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390...
Waiting for the inpainting model for SDXL, too!
as i mentioned in webui post, this sdxl-inpaint model can work in 16-bit float and you don't need to appy --no-half-vae or --no-half. you can download the model, merge the...