You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get the following error when I run the win_start.bat file: 2024-11-22 18:04:14.448 | ERROR | iopaint.plugins.base_plugin:init:15 - RemoveBG is not installed, please install it first. pip install -U rembg.
Thanks
The text was updated successfully, but these errors were encountered:
Rembg recently updated its dependencies and removed the dependency on onnxruntime: danielgatis/rembg#691
You can create a new bat file in the same directory as win_start.bat, copy the content below into that file, and then execute the file. This file will install onnxruntime.
@echo off
set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call pip install onnxruntime
PAUSE
Hi, I get the following error when I run the win_start.bat file: 2024-11-22 18:04:14.448 | ERROR | iopaint.plugins.base_plugin:init:15 - RemoveBG is not installed, please install it first. pip install -U rembg.
Thanks
The text was updated successfully, but these errors were encountered: