comfyanonymous / ComfyUI_examples

Examples of ComfyUI workflows
https://comfyanonymous.github.io/ComfyUI_examples/
Other
1.84k stars 289 forks source link

SDXL examples: color fringe artifacts #10

Open teadrinker opened 1 year ago

teadrinker commented 1 year ago

color fringe

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...

https://www.reddit.com/r/StableDiffusion/comments/15ao8v7/sdxl_10_on_comfyui_default_workflow_weird_color/

comfyanonymous commented 1 year ago

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 1 year ago

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.