stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
advice: enhance the access address -Currently Running: http://localhost:8889/
could you pls use real ip address instead of default localhost or give modification permission to user for change?
its not convenient to access the link when i use other PC to access the forge host.
what do you mean by real ip address?
Edit the webui-user.bat file and in set COMMANDLINE_ARGS= add this --server-name 192.168.111.139
set COMMANDLINE_ARGS=--server-name 192.168.111.139
I use 192.168.1.20 and it works perfectly.
good idea. thanks.