fix: correct comfyui command path in supervisord.conf
This commit is contained in:
@@ -25,7 +25,7 @@ port=0.0.0.0:9001
|
|||||||
# ComfyUI Server
|
# ComfyUI Server
|
||||||
[program:comfyui]
|
[program:comfyui]
|
||||||
command=bash comfyui/start.sh
|
command=bash comfyui/start.sh
|
||||||
directory=../ComfyUI
|
directory=.
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startretries=3
|
startretries=3
|
||||||
|
|||||||
Reference in New Issue
Block a user