stable-diffusion-webui
stable-diffusion-webui copied to clipboard
How to create public url?
How to create public url? It tells that“set share=True in launch()”,but i can not find “share” in launch.py,or it may in other places?
Adding --share to the command line options in webui-user.bat will generate a random share link that is displayed in the command window.
Actually this is a bug, that statement should be removed. Since it's no longer effective anyway.... The command line argument discovery has replaced, and sets that variable.
Adding --share to the command line options in webui-user.bat will generate a random share link that is displayed in the command window.
Forgive me for being difficult to understand. Maybe you said a bit vaguely. Could you be more detailed? Thanks a lot!
Modify the COMMANDLINE_ARGS
line webui-user.bat so it reads set COMMANDLINE_ARGS=--share
You can also use --listen
instead (or in addition?) if you want to host/access the server using your own ip/url
its in the webui-user.bat.sh -> set COMMANDLINE_ARGS=--share generates a xyz.app.gradio link. Warning there are reports of bots that scans for gradio links and try to run exploits so use also: --gradio-auth username:password https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings or COMMANDLINE_ARGS= --listen use this if you only want it open in your network or maybe with port forwarding online under a not so public address.
add "--gradio-auth username:password" to the commandline_args to enable authentication
its in the webui-user.bat.sh -> set COMMANDLINE_ARGS=--share generates a xyz.app.gradio link. Warning there are reports of bots that scans for gradio links and try to run exploits so use also: --gradio-auth username:password https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings or COMMANDLINE_ARGS= --listen use this if you only want it open in your network or maybe with port forwarding online under a not so public address.
Thanks!I successfully do it.
Could not create share link, please check your internet connection. still get this message and no gradio link I've tried everything
将“--gradio-auth username:password”添加到 commandline_args 以启用身份验证 hello how to permanently host this stable diffusion url?
将 --share 添加到 webui-user.bat 中的命令行选项将生成一个随机共享链接,该链接显示在命令窗口中。
how to permanently host this stable diffusion url?
Adding --share to the command line options in webui-user.bat will generate a random share link that is displayed in the command window.
can we create a permanent link to it?