mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
0881d429f2
Authored-by: @blessedcoolant Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
599 B
599 B
Barebones Web Server
As of version 1.10, this distribution comes with a bare bones web server (see screenshot). To use it, run the dream.py
script by adding the **--web**
option.
(ldm) ~/stable-diffusion$ python3 scripts/dream.py --web
You can then connect to the server by pointing your web browser at http://localhost:9090, or to the network name or IP address of the server.
Kudos to Tesseract Cat for contributing this code, and to dagf2101 for refining it.