Merge pull request #27 from RichardDally/master

Use rembg v2.0.50
This commit is contained in:
AUTOMATIC1111
2023-12-30 16:04:03 +03:00
committed by GitHub

View File

@@ -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):