Bump to 2.0.38, support DIS

This commit is contained in:
catboxanon
2023-05-30 00:26:12 +00:00
parent 657ae9f548
commit c9c30cf3bb
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import launch
if not launch.is_installed("rembg"):
launch.run_pip("install rembg==2.0.30 --no-deps", "rembg")
launch.run_pip("install rembg==2.0.38 --no-deps", "rembg")
for dep in ['onnxruntime', 'pymatting', 'pooch']:
if not launch.is_installed(dep):

View File

@@ -11,6 +11,8 @@ models = [
"u2net_human_seg",
"u2net_cloth_seg",
"silueta",
"isnet-general-use",
"isnet-anime",
]
class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):