Sergei Belousov
Sergei Belousov
@mathiasfoster it looks like the fish terminal automatically terminates hanged (???) process. But I can't to reproduce this error on my side, could you please provide more information about it?
@dankrad OpenVINO doesn't support python > 3.9 and Ubuntu >= 22.04, so if you have one of them, pip willn't find openvino package compatible to your environment
@mathiasfoster thanks, we'll update our readme following your tips
@expenses hey, did you try to set OMP_NUM_THREADS variable? Something like ``` export OMP_NUM_THREADS = 8 python stable_diffusion.py ... ```
@expenses also you can try CPU_THREADS_NUM or CPU_THROUGHPUT_STREAMS variables š¤ I'm not sure that this is the hardware problem. In my opinion, this is the problem on openvino side. Also,...
@42lux currently our backend doesn't support reshape, but this feature is in our roadmap for further releases
@simona198710 thanks for you feedback. Actually, openvino works on amd hardware pretty well. So, you can use our project for AMD hardware too. What about .onnx, I have onnx ir...
@simona198710 sounds good for me š I used opset=14 for all models. Would you like to contribute AMD InferenceEngine to our project? We can refactor our code to support different...
@simona198710 I'll try to share onnx today later. I'll let you know when it will be ready. Thanks for nice idea about huggingface hub)
@simona198710 you can found .onnx here: https://huggingface.co/bes-dev/stable-diffusion-v1-4-onnx