Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
288 stars 48 forks source link

Allow LAN access by --host 0.0.0.0 #142

Closed snomiao closed 3 months ago

snomiao commented 3 months ago

Describe the solution you'd like A clear and concise description of what you want to happen.

comfy launch currently listen only 127.0.0.1

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

comfy launch could also listen to specificated network by sth like --host 0.0.0.0

Additional context Add any other context or screenshots about the feature request here.

image

comfy-cli version: 1.0.34

ltdrdata commented 3 months ago

This is equivalent to comfy launch -- --listen 0.0.0.0

snomiao commented 3 months ago

This is equivalent to comfy launch -- --listen 0.0.0.0

it works!!! thank you!