Sygil-Dev / stable-diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to pass parameters to webui.cmd

GalaxyTimeMachine opened this issue · comments

If I pass parameters to webui.cmd they seem to be ignored.

Examples I've been trying to use are:

./webui.cmd --share
./webui.cmd --share-password

The webui.cmd script still runs but the additional parameters don't appear to be passed on and are ignored.

You configure command line arguments by editing the scripts/relauncher.py file.

commented

The share option is broken due to using Gradio Blocks, it's a known Gradio bug. You will have to use a workaround for internet based remote access.
If you just want to access from another computer at home it's open on all interfaces so just access it with the computer's ip and the port

The share option is br

It's been fixed, if someone adds share, we don't queue and it works both locally and in colab

Closing as params can be passed to the relauncher.py script