File size: 282 Bytes
b5ba7a5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import launch

if not launch.is_installed("rembg"):
    launch.run_pip("install rembg==2.0.38 --no-deps", "rembg")

for dep in ['onnxruntime', 'pymatting', 'pooch']:
    if not launch.is_installed(dep):
        launch.run_pip(f"install {dep}", f"{dep} for REMBG extension")