From dcb77120fbf3576be497133e1e68de48cf973674 Mon Sep 17 00:00:00 2001 From: Qing Date: Sat, 23 Nov 2024 10:41:54 +0800 Subject: [PATCH] rembg remove onnxruntime dep in: https://github.com/danielgatis/rembg/pull/691 --- iopaint/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopaint/installer.py b/iopaint/installer.py index 01506d9..cb6e6e3 100644 --- a/iopaint/installer.py +++ b/iopaint/installer.py @@ -7,4 +7,4 @@ def install(package): def install_plugins_package(): - install("rembg") + install("rembg[cpu]")