| # 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> |