I noticed that I can run "python launch.py", but this doesn't provide a public url, I tried passing
I noticed that I can run "python launch.py", but this doesn't provide a public url, I tried passing "--share", but this doesn't work
--listen too.
--port 3000 too. You don't actually need to use the share option with runpod, it can assign a public IP and map port 3000 to a port on your public IP, which you can obtain by looking at the "Connect" option from the RunPod web interface.JUPYTER_PASSWORD, the default password is rn51hunbpgtltcpac3ol/workspace/stable-diffusion-webui/webui-user.sh and add your launch parameters in there and use /workspace/stable-diffusion-webui/webui.sh -f to start the WebUI rather than running launch.py directly, otherwise you will not get the benefit of loading libtcmalloc.so, and you will run into memory leaks without it.--api in /workspace/stable-diffusion-webui/web-user.sh and get the public IP like I mentioned instead of using --share. That is what I am doing to use the API, I am not using --share.webui-user.sh.
master branch.

/workspace/stable-diffusion-webui/webui-user.sh/workspace/stable-diffusion-webui/webui.sh -flaunch.pylibtcmalloc.so--api/workspace/stable-diffusion-webui/web-user.sh--share--sharewebui-user.shcd /workspace/stable-diffusion-webui
git pull
git checkout v1.3.0master