ImportError: DLL load failed while importing onnx_cpp2py_export
Fixed, I had to input the following commands from the comfyUI portable root folder:
python_embeded\python.exe -m pip uninstall onnx onnxruntime onnxruntime-gpu
python_embeded\python.exe -m pip install onnx onnx==1.14.0 onnxruntime-gpu==1.15.0
I'm not very literate in python or any of this. But I think it was running on onnx 1.16.2
ModuleNotFoundError: No module named 'facexlib'
python -m pip install --use-pep517 facexlib
Comments
Post a Comment