Access the WebUI
Closed this issue ยท 8 comments
Is your feature request related to a problem? Please describe.
Im trying to access the WebUI somehow..
Describe the solution you'd like
Im already building my own image from the dev brach and can connect the network storage for my own models but is there any way to access the WebUi of the running serverless instance? Maybe someone could tell me what i have to do to access it. Expose the port 8188 in the Dockerfile and map it in runpod?
Add --listen to start.sh
python3 /comfyui/main.py --disable-auto-launch --disable-metadata --listen &
Thanks for the reply! If i add --listen, where do i find the full url for the webui to access it? Since the script only exports api routes on a serverless instance ๐ค
Hi @crax0 ,
I am stuck with the same issue, were you able to find a way to access the webui after adding the --listen parameter?
Thanks!
Unfortunately not ๐๐ผ
Still looking for a way to access it...
Ah, I see, why would you want to get web interface access for a serverless instance?
That doesn't make sense to me as serverless only works when you send a request.
You can also use the docker image on a pod instance and that should work as suggested.
I'm not sure if serverless instances provide a public URL.
Thats probably a question for runpod.
๐ This issue has been resolved in version 2.2.0 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐
@crax0 @brgrp @maxabrahamsson we added this directly into the worker: Access ComfyUI via WebUI.