saharmor / dalle-playground

A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)
MIT License
2.76k stars 595 forks source link

No Tunnel URL generated #21

Closed VeXHarbinger closed 2 years ago

VeXHarbinger commented 2 years ago

DALL-E-Playground-Backend-Colaboratory

AFAIK all the dependencies installed and the code runs as expected. However, when I run the 4th cell, it just keeps spinning and I see no URL generated as described. Is the last cell supposed to contain the URI after I hit play? I'm sure the mistake is mine or that there is a step most folks would know to get colab running that I am unaware of

SeraphimRP commented 2 years ago

It appears that loca.lt is down, which is causing the issue.

VeXHarbinger commented 2 years ago

Actually I fixed this by rerunning the !npm install -g localtunnel command It now generated the URI, surprised there wasn't an error though. We can close this issue

SeraphimRP commented 2 years ago

loca.lt appears to be back up now as well, so maybe just a timing of both :)

marcellopajntar commented 2 years ago

ehi @SeraphimRP :) unfortunately the problem persist for me, how can i solve?

VeXHarbinger commented 2 years ago

ehi @SeraphimRP :) unfortunately the problem persist for me, how can i solve? Did you try '!npm install -g localtunnel' to see if it will install or throws an error?
Once I pasted that into a cell and ran it, my URL was generated. when I ran the Backend code block. What is the error you are seeing reported?

SeraphimRP commented 2 years ago

I'm not a support person here either, I replied to this since I was also having the issue at the time when VeX reported it, and I noticed that loca.lt was down. It started working after our second two replies but I haven't attempted to use this since.

VeXHarbinger commented 2 years ago

Woops wrong quote. Sry

VeXHarbinger commented 2 years ago

Howdy @marcellopajntar, Did you try '!npm install -g localtunnel' to see if it will install or throws an error? Once I pasted that into a cell and ran it, my URL was generated. when I ran the Backend code block. What is the error you are seeing reported in any of the processes?