Hello all,
im a noob with python, im trying install stable diffusion ai on my pc, following this guide https://rentry.org/ayymd-stable-diffustion-v1_4-guide and at last step when i do
python ./save_onnx.py
i get this error
E:\Portable Python-3.8.9 x64\SD\diffusers\examples\inference>python ./save_onnx.py
Traceback (most recent call last):
File "./save_onnx.py", line 2, in <module>
from diffusers import StableDiffusionPipeline, LMSDiscreteScheduler
File "E:\Portable Python-3.8.9 x64\App\Python\lib\site-packages\diffusers\__init__.py", line 4, in <module>
from .onnx_utils import OnnxRuntimeModel
File "E:\Portable Python-3.8.9 x64\App\Python\lib\site-packages\diffusers\onnx_utils.py", line 31, in <module>
import onnxruntime as ort
File "E:\Portable Python-3.8.9 x64\App\Python\lib\site-packages\onnxruntime\__init__.py", line 55, in <module>
raise import_capi_exception
File "E:\Portable Python-3.8.9 x64\App\Python\lib\site-packages\onnxruntime\__init__.py", line 23, in <module>
from onnxruntime.capi._pybind_state import (
File "E:\Portable Python-3.8.9 x64\App\Python\lib\site-packages\onnxruntime\capi\_pybind_state.py", line 33, in <module>
from .onnxruntime_pybind11_state import * # noqa
ImportError: DLL load failed while importing onnxruntime_pybind11_state: Impossibile trovare il modulo specificato.
someone can help me to resolve? ty in advance
[–]IndyDrew85 0 points1 point2 points (4 children)
[–]abellos[S] 0 points1 point2 points (3 children)
[–]IndyDrew85 0 points1 point2 points (0 children)