How do I fix the - ModuleNotFoundError: No module named 'pyngrok' error code that comes up in google colab

2.4k views Asked by At

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.stack.imgur.com/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.

1

There are 1 answers

2
alexdlaird On

You have to install the package. From the docs, here how you would do that in Google Colab:

!pip install pyngrok