File size: 262 Bytes
6187fd6 | 1 2 3 4 5 6 7 8 9 10 | # Activate the virtual environment
cd /workspace/SwarmUI/dlbackend/ComfyUI
source venv/bin/activate
# Install onnxruntime and rembg
pip install onnxruntime
pip install rembg
# If you need to install a specific version, use:
# pip install onnxruntime==<version> |