Closed blx0102 closed 11 months ago
@blx0102 do you also tested ip-adapter-sd15? and you can also try to increase inference steps?
@xiaohu2015 Yes, I've tried ip-adapter_sd15, ip-adapter-plus_sd15, ip-adapter-plus-face_sd15, they all output image like above. Also, increasing infer steps didn't help.
it seems to work with LCM lora https://github.com/huggingface/diffusers/pull/5713, maybe I should do some tests
@xiaohu2015 Thanks! I will upgrade my diffusers' version and try that code.
Make sure your guidance scale is set to < 2.0 (works well with 1.0). if it's using the default 7.5 or 8, then it will lead to bad results
Make sure your guidance scale is set to < 2.0 (works well with 1.0). if it's using the default 7.5 or 8, then it will lead to bad results
@maximepeabody Yeah, that's the point! This perfectly solved this problem.
Hi! I tried to use IPAdapter with LCM-lora like below, code is borrowed from https://huggingface.co/latent-consistency/lcm-lora-sdv1-5:
But the result is very bad:
Below is the result of text-to-image without IPAdapter when using LCM-lora: