How to convert ckpt to optimised models for OpenVino?

#1
by iwoolf - opened

Please share the mo.py command line to convert stable diffusion checkpoint files into OpenVino optimized model files. I tried following the documentation online, but I'm too new to follow how to use the correct model optimizer command parameters.
Thank you for an awesome project! Your code runs 3 or 4 times faster than a cpu-only SD!

mo --input_model model.ckpt ??

Sign up or log in to comment