Reputation: 11
I'm trying to run stable diffusion in google colab. I got it to work for a moment before being disconnected and then when I try to run it again it comes up with this: (https://i.sstatic.net/vEtNj.png)
I don't know anything about coding, just want to have some fun ;(
I've tried looking it up, but I can't find anything specific to what I'm trying to do.
Upvotes: 1
Views: 4270
Reputation: 1293
You have to install the package. From the docs, here how you would do that in Google Colab:
!pip install pyngrok
Upvotes: 1