```#!/bin/bash # activate the venv source venv/bin/activate # start comfyui python3 main.py```

#!/bin/bash

# activate the venv
source venv/bin/activate

# start comfyui
python3 main.py
Was this page helpful?