txt2img2img icon indicating copy to clipboard operation
txt2img2img copied to clipboard

import onnxruntime as ort--->onnxruntime module is missing

Open ciaobnsr opened this issue 1 year ago • 2 comments

succesfully installed rembg (cpu and gpu) using pip install commands when running the script i get an error when the rembg tries to import onnxruntime as ort

currently fixed with this solution modifing the requirementes of automatic1111 " temporarily added onnxruntime at the end of "requirements_versions.txt" (without specifying a version). Then I ran the webui-user batch/shell script normally, which correctly installed the onnxruntime lib in the stable-diffusion-webui venv. Then I removed onnxruntime from "requirements_version.txt"."

i just wanna let you know that some of us is getting that error maybe you can fix it.

ciaobnsr avatar Sep 17 '22 08:09 ciaobnsr