Problem with img2img task.

#9
by HaoxuFang - opened

I'm trying to apply lcm-lora-sdxl to the img2img task in SDXL in the same way I used lcm-lora-sdv1-5 in SD1.5, but it doesn't seem to be working correctly, and I'm only getting all-black output images. Is there a problem with my coding somewhere, or does the model not currently support the img2img task?

Are you using fp16 for SDXL, is so there is a well know VAE bug that causes all black images, and you need to use madebyollin's fp16 fixed VAE instead.

madebyollin/sdxl-vae-fp16-fix

It works for me, thanks for your responding.

HaoxuFang changed discussion status to closed

Sign up or log in to comment