Use rembg v2.0.50

This commit is contained in:
Richard Dally
2023-08-21 11:22:35 +02:00
parent 3d9eedbbf0
commit de3b42d51f

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