Open null15 opened 1 year ago
Replaced with
demo.launch(server_name="127.0.0.1", server_port=7860)
And tried opening with
http://127.0.0.1:7868/
To no avail
In my console, I have the following:
Seems like Text2Image_cpu
does not initialize?
Running in Windows Terminal, with Windows 11
had the same issue, replacing the port with 8000 worked for me. demo.launch(server_name="127.0.0.1", server_port=8000)
I fail to open the server? In my py file, I have following:
demo.launch(server_name="0.0.0.0", server_port=7868)
And I try accessing it with localhost:7868, but as seen in this image, I get this: