vladmandic / automatic

SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models
https://github.com/vladmandic/automatic
GNU Affero General Public License v3.0
5.5k stars 401 forks source link

[Feature]: ngrok support for automatic webui #511

Open msqiqi10 opened 1 year ago

msqiqi10 commented 1 year ago

Feature description

ngrok support like automatic1111 version. boot with --ngrok [key] argument.

--share works poorly when doing i2i tasks.

Version Platform Description

No response

vladmandic commented 1 year ago

original ngrok integration was non-maintained and i had to remove it. i'm open to contributions.

MDMAchine commented 1 year ago

I saw over on autos 1.3.0

switch from pyngrok to ngrok-py

Could this mean ngrok may be included in the future?

vladmandic commented 1 year ago

i'm totally for that, but i'd like someone to take ownership of that code. reason why i removed original one was because it was buggy and i never used ngrok in my life, so i wasn't in position to fix/maintain that code.

MDMAchine commented 1 year ago

gotcha, if I could I would. Hopefully someone who wants it and can do it will pick up the torch ones of these days.

I am in a rare situation where my cpu is on a mobile network so there aren't many easy options to create a public facing link.

vladmandic commented 1 year ago

link to pr #1987