Running SD webui on EC2, can load it in browser with the Gradio URL but can't load it with the Elastic IP #11466
Unanswered
nathaniellindsey
asked this question in
Q&A
Replies: 2 comments
-
|
I have the same issue. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Did anyone find a solution? Even the gradio live link isn't working for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've successfully installed webui on a
g4dn.xlargeEC2 instance running Ubuntu server 22.04. I can load the webui in Chrome using the temporary Gradio URL it gives me, but I can't load it with the Elastic IP I provisioned likex.x.x.x:7860What I've tried:
httpinstead ofhttpsas per similar questions hereIPv4 TCP 7860 0.0.0.0/0--listentoCOMMANDLINE_ARGSinuser-webui.sh(I even get log confirmation:Launching Web UI with arguments: --listen)sudo lsof -i -P -n | grep LISTENI've been chipping away at this for a month and I'm about to pull my hair out. Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions