Replies: 1 comment
-
I'll fix that shortly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error loading script: postprocessing_rembg.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-rembg/scripts/postprocessing_rembg.py", line 5, in
import rembg
File "/usr/local/lib/python3.9/dist-packages/rembg/init.py", line 5, in
from .bg import remove
File "/usr/local/lib/python3.9/dist-packages/rembg/bg.py", line 21, in
from .session_base import BaseSession
File "/usr/local/lib/python3.9/dist-packages/rembg/session_base.py", line 4, in
import onnxruntime as ort
ModuleNotFoundError: No module named 'onnxruntime'
Beta Was this translation helpful? Give feedback.
All reactions