stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Has anyone figured out how to change resolution?

Open ClashSAN opened this issue 2 years ago • 12 comments

openvino still runs faster than diffusers-onnxruntime cpu, but changing size and IR format model conversion from onnx still is not understood.

We can add DDIM support and produce good results at 8-14 steps, since this outdated diffusers has ddim support. We could also maybe hack in DPM++ 2M too. for even lower steps.

Here are the enhancements: https://github.com/ClashSAN/portable_stable_diffusion.openvino

ClashSAN avatar Dec 08 '22 18:12 ClashSAN