Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access the WebUI #26

Closed
crax0 opened this issue Mar 11, 2024 · 8 comments · Fixed by #35
Closed

Access the WebUI #26

crax0 opened this issue Mar 11, 2024 · 8 comments · Fixed by #35
Labels

Comments

@crax0
Copy link

crax0 commented Mar 11, 2024

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?

@crax0 crax0 changed the title WebUI Access the WebUI Mar 11, 2024
@brgrp
Copy link

brgrp commented Mar 13, 2024

Add --listen to start.sh

python3 /comfyui/main.py --disable-auto-launch --disable-metadata --listen &

@crax0
Copy link
Author

crax0 commented Mar 13, 2024

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 🤔

@crax0
Copy link
Author

crax0 commented Mar 26, 2024

Any ideas? @brgrp

@crax0 crax0 closed this as completed Mar 26, 2024
@crax0 crax0 reopened this Mar 26, 2024
@maxabrahamsson
Copy link

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!

@crax0
Copy link
Author

crax0 commented Mar 28, 2024

Unfortunately not 👎🏼
Still looking for a way to access it...

@brgrp
Copy link

brgrp commented Mar 28, 2024

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.

@TimPietrusky
Copy link
Member

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@TimPietrusky
Copy link
Member

@crax0 @brgrp @maxabrahamsson we added this directly into the worker: Access ComfyUI via WebUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants