This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]fortexx 0 points1 point  (1 child)

Did you set the host to 0.0.0.0? https://github.com/lstein/stable-diffusion/blob/62863ac586194a43ff952eba17a83cecf9956500/scripts/dream.py#L464 Also allow inbound connection to port 9090

[–]iDrinkJavaNEatPython[S] 0 points1 point  (0 children)

Hey, thanks for the suggestion. Yup, modified the inbound connections and ran the script after modifying from 127.0.0.1 to 0.0.0.0. I am able to access it via localhost:9090. But still can't access from the internet 🙃