test_double_lora / install-linux_fix_step2.sh
bobgus's picture
Upload 7 files
6187fd6 verified
# 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>