stable diffusion to create a public link set share=true in launc
put "--share" in the webui-user.bat after "ARGS".
So it looks like this:
"set COMMANDLINE_ARGS= --share"
OR
Edit the file webui.py in \stable-diffusion-webui-master or wherever your installation is.
Go to line 88 and change this line:
demo.launch(
todemo.launch(share=True)(
Make sure to backup this file just in case.True has to be capitalized and you have to end with a opening parentheses(
exactly like it is here.Launch your batch file webui.bat or webuiuser.bat
The command prompt will give you a URL like this. https://123456/gradio.app