-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comfyui link not working anymore #2926
Comments
Same issue here! |
Seems like it is just failing to fetch the URL from the ENV for some reason. Was able to get the ENV value with python and concatenated manually. If you aren't comfortable doing that, you can load up jupyterlab, then paste https://tensorboard- at the beginning of the url, and removed anything after the slash. Should effectively do the same thing. |
Thanks for the tip! Got me back in for now :) |
Remove everything after the slash? I'm a little confused. What would it look like in my case? |
It changes every time you rent an instance. For me it is (with a placeholder): https://tensorboard-__________:6006/ The underscores should be your base jupytrlabs URL, something like abc123.def456.paperspacegradient.com |
This is the output I'm getting. So how would it work or is it completely an error: Starting server To see the GUI go to: http://0.0.0.0:6006/ |
In the far left sidebar of the notebook in the paperspace console, near the middle of your screen should be an orange O symbol. If you hover there it should say "Open in JupyterLab". Click that, then you'll see the real URL to use, but remember you need to set it up the way I described, "https://tensorboard-" + that URL, minus anything after the slash. |
ohh thank you so much |
So while we have a workaround this way, anyone know why this happened suddenly? I'm a bit new to using Paperspace and vaguely know my way around the notebook, but is there a way to prevent our ComfyUI install from updating possibly? |
fixed |
Oh, thank you! Wasn't trying to rush you, just trying to learn a bit and understand how it all works :) Thanks for the hard work! |
Starting server
To see the GUI go to: http://0.0.0.0:6006/
To see the GUI go to: http://[::]:6006/
The text was updated successfully, but these errors were encountered: