From de3b42d51ff899a61fdc5619ee555d9445eded41 Mon Sep 17 00:00:00 2001 From: Richard Dally Date: Mon, 21 Aug 2023 11:22:35 +0200 Subject: [PATCH] Use rembg v2.0.50 --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 1a73e3c..8caee59 100644 --- a/install.py +++ b/install.py @@ -1,7 +1,7 @@ import launch if not launch.is_installed("rembg"): - launch.run_pip("install rembg==2.0.38 --no-deps", "rembg") + launch.run_pip("install rembg==2.0.50 --no-deps", "rembg") for dep in ['onnxruntime', 'pymatting', 'pooch']: if not launch.is_installed(dep):