TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.52k stars 1.31k forks source link

Local tunnel method doesn't work #1561

Open Ezeiko opened 1 year ago

Ezeiko commented 1 year ago

Hello there

I would like you to know that for some reason "Use_localtunnel" method isn't working for few days now. If local tunnel is selected, I get no links after Stable Diffusion stars. If you have time, please check on the matter.

Thanks

TheLastBen commented 1 year ago

it's down at the moment https://github.com/localtunnel/localtunnel/issues

Harpiolin commented 1 year ago

Hi, I'm getting this error message:

"Connection errored out."

Using the Gradio App at the moment, it was working pretty fine yesterday. BTW, I'm on Google Colab Pro, many thanks in advance!

Harpiolin commented 1 year ago

Maybe I found a solution:

^C means it interrupts the process because the lack of RAM (not VRAM)

https://github.com/TheLastBen/fast-stable-diffusion/issues/645

Harpiolin commented 1 year ago

I had to change the runtime in Google Colab to "Premium"

Now I have:

84GB RAM / Monster A100-SXM4 40GB GPU O_O

Holy Mother Of GPUs this "Thing" rendered 24 576x960 IMGs in:

Time taken: 1m 34.01s

24 freaking images in less than 2 minutes O_O WT*

It's fast as it is expensive :(

Tesla T4 = Costs 2 Processing Units per Hour A100-SXM4 = Costs 12 Processing Units per Hour

So, anyway to avoid using the "Premium" tier ?

TheLastBen commented 1 year ago

use the T4, it's cheaper, and set the vm-shape to "High-Ram"

Harpiolin commented 1 year ago

Ok, thanks for answering...

Ezeiko commented 1 year ago

it's down at the moment https://github.com/localtunnel/localtunnel/issues

Oky. Thanks for letting me know :) but do u know when will the functionality of local tunnel be restored?

TheLastBen commented 1 year ago

probably soon, in the meantime, you can use the argument --ngrok <your ngrok token> to use ngrok, get your token here : https://ngrok.com/

VeryEvilHumna commented 1 year ago

you can use the argument --ngrok

don't forget to install pyngrok module

!pip install pyngrok