SDXL examples: color fringe artifacts
teadrinker opened this issue · 2 comments
teadrinker commented
If I understand correctly there was a bug in the original 1.0 release.
They reverted the vae to 0.9, but they did not update the model it seems, so that the baked in vae in the model file is incorrect.
This can be solved by simply loading the vae file separately it seems...
comfyanonymous commented
To solve this you can use this version: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors
teadrinker commented
Ah, yes you're right, they did release a full model. I missed that!
However, even if I have both models downloaded, opening the SDXL examples in ComfyUI will select the model with the bug.
