-
I feel like I ought to have figured this out by now, but have not been successful. How do I create a static URL for the webui? |
Beta Was this translation helpful? Give feedback.
Answered by
Heathen
Oct 7, 2022
Replies: 1 comment 1 reply
-
Edit your webui-user.bat file and change set COMMANDLINE_ARGS= You can add --listen for local network and --share for gradio link. You can also use --port xxxx to specify a port. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Oinksauce
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit your webui-user.bat file and change
set COMMANDLINE_ARGS=
You can add --listen for local network and --share for gradio link. You can also use --port xxxx to specify a port.