TheLastBen / fast-stable-diffusion

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

Error Automatic 1111 #2908

Closed Ohanaedits23 closed 3 months ago

Ohanaedits23 commented 3 months ago

Hello! Since this morning, Automatic 1111 has been giving me this error on Colab Pro. Can anyone help me? Thanks!

IndexError Traceback (most recent call last) in <cell line: 45>() 65 time.sleep(4) 66 with open('/content/srv.txt', "r") as file: text = file.read() ---> 67 srv= re.findall(r"https?://(?:\S+?.)?trycloudflare.com\S*", text)[0] 68 69 for line in fileinput.input('/usr/local/lib/python3.10/dist-packages/gradio/blocks.py', inplace=True):

IndexError: list index out of range

aionrevenge commented 3 months ago

no problem on me, don't use cloudflare tunnel

Ohanaedits23 commented 3 months ago

Thanks for answering, I'll try it later to see if there's no problem.

Ohanaedits23 commented 3 months ago

It worked for me, thanks