Open redrum-llik opened 9 months ago
ReActor doesn't support OpenVINO yet
Try to uninstall onnxruntime-openvino
and install onnxruntime
instead (latest 1.16.3)
onnxruntime-openvino
in my case, if i uninstall it, stable diffusion wont work at all (AMD GPU)
First, confirm
What happened?
Hello, I have installed the extension on SD.Next as per the instruction in the README.md. On an attempt to use the extension, I get the following exception:
I have tried re-installing the dependency (
onnxruntime
) and force-reinstalling theinsightface
, with no luck. As a quick workaround, I have just amended thesite-packages\onnxruntime\capi\onnxruntime_inference_collection.py
as following:The commented section is the original code. This change allows to use the extension. The only reference to this issue I was able to find was posted here: https://github.com/neuralchen/SimSwap/issues/176, in the issues for SimSwap tool.
Please let me know if you would like any further details from me.
Steps to reproduce the problem
Sysinfo
Windows 11, Chrome (latest), Intel Arc A770 + SD.Next (latest as of 21.01.2024). Other extensions: sd-webui-civbrowser.
Relevant console log
Additional information
No response