Skip to content

Commit

Permalink
fixed start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dusky committed Nov 11, 2024
1 parent e72a521 commit 1cc10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/_global/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes

/scripts/models.sh

cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --port 3002"
cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --highvram"


git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware
Expand Down

0 comments on commit 1cc10c6

Please sign in to comment.