ComfyUI
ComfyUI copied to clipboard
How to change the default running address and port?
How to change the default running address to 0.0.0.0 and port 27777, as some cloud services only open fixed ports.
Run python main.py --help to see the options.
python main.py --listen=<address> --port=<port>