ai-dock / comfyui

ComfyUI docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
660 stars 225 forks source link

ip adress #30

Closed ccakmak60 closed 10 months ago

ccakmak60 commented 10 months ago

when it says To see the GUI go to: http://127.0.0.1:18188 do I just replace the ip with my vm's ip? or should I be using that ip?

robballantyne commented 10 months ago

This happens because the service is bound to that local port and ComfyUI doesn't know it's behind a reverse proxy for external access. Unless you're ssh tunnelling you want to access vm-ip:8188

There is also a secure HTTPS link generated for you on port 1111 where you can also view logs and restart services