ValueError: This ORT build has #162
Replies: 2 comments 1 reply
-
Had the same error, disabled all my extensions, and then proceeded to perform the following commands - python -m pip install -U pip and still getting the same error - ** Error running postprocess_image: /mnt/Kodi_Backup/Applications/stable-diffusion-webui/extensions/sd-webui-reactor/scripts/reactor_faceswap.py] |
Beta Was this translation helpful? Give feedback.
-
I get an error each time I generate an image with reactor:
ReActor - STATUS - Working: source face index [0], target face index [0] | 0/1 [00:00<?, ?it/s]
18:26:28 - ReActor - STATUS - Analyzing Source Image...
(...)
\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 451, in _create_inference_session
raise ValueError(
ValueError: This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['AzureExecutionProvider', 'CPUExecutionProvider'], ...)
What could be the problem?
Beta Was this translation helpful? Give feedback.
All reactions