rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.43k stars 115 forks source link

IP adaptater Openvino #135

Open aalleexxii opened 7 months ago

aalleexxii commented 7 months ago

Hi, I'm a newbie in stable diffusion, but is it possible to add ipadaptater to Fastsdcpu? I found this in openvino's doc: https://docs.openvino.ai/2023.3/notebooks/278-stable-diffusion-ip-adapter-with-output.html. There is also controlnet https://docs.openvino.ai/2023.3/notebooks/235-controlnet-stable-diffusion-with-output.html. And for fastsdcpu are you using your own code or the code in the doc?

rupeshs commented 7 months ago

@aalleexxii For FastSD CPU we are using OVStableDiffusionPipeline

aalleexxii commented 7 months ago

Ok thanks