ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

How to change the default running address and port?

Open AdamShuo opened this issue 2 years ago • 2 comments

How to change the default running address to 0.0.0.0 and port 27777, as some cloud services only open fixed ports.

AdamShuo avatar Nov 17 '23 21:11 AdamShuo

Run python main.py --help to see the options.

jn-jairo avatar Nov 18 '23 00:11 jn-jairo

python main.py --listen=<address> --port=<port>

robinjhuang avatar Jan 01 '24 00:01 robinjhuang