lora-scripts icon indicating copy to clipboard operation
lora-scripts copied to clipboard

Enhancement: Open GUI to public URL

Open novitae opened this issue 2 years ago • 1 comments

Some people (as me) are running all of those stable diffusion scripts on distant computers in order to have more performant devices at disposition. Since AUTOMATIC1111/stable-diffusion-webui and bmaltais/kohya_ss are using gradio for their ui, it has a builtin functionality open the link to the public, and create a link as https://af[...]83.gradio.app in order to access it if we're not directly on the computer (so we can't access localhost). I think it would be nice to implement that here. Thanks

novitae avatar May 20 '23 20:05 novitae

I would also like to get the ability to share to a public link

eulancer avatar May 22 '23 10:05 eulancer

open gui.sh and change the default host

parser.add_argument("--host", type=str, default="0.0.0.0")

ai-vip avatar Jul 27 '23 06:07 ai-vip