Closed v2sh1t closed 2 months ago
I reviewed the code and noticed that there is an extra variable in the launch function. Could you provide any documentation or usage guide for this extra variable?
You can use comfy core cli args via --
Just enumerate extra args after --
comfy launch -- --listen 0.0.0.0
I would like to suggest adding the --listen [IP] parameter to the launch command. I believe that some users may not be willing to spend money on a new computer, and we might need to run it remotely. For example, I am running ComfyUI on a GPU cloud server because it offers better cost-effectiveness. Thx