bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

Has this model been optimized in OpenVINO? #47

Open fhaust opened 1 year ago

fhaust commented 1 year ago

Looking over the OpenVino documentation there seems to be a lot of potential for optimization, especially optimization of an already trained model:

https://docs.openvino.ai/latest/openvino_docs_model_optimization_guide.html

My initial question here would be: is the model used here the original SD one? Or has it been run through any of the OpenVino optimization tools?

bes-dev commented 1 year ago

@fhaust we applied some graph optimizations but didn't release int8 version yet

fhaust commented 1 year ago

release int8 version yet

Please do (at your own leisure), I think it would be interesting to see how competitive current Gen Intel processors are in this field.