fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Google Colab Pro | ModuleNotFoundError

Open HaikenEdge opened this issue 1 year ago • 4 comments

Started getting this about half-an-hour ago in the Start Stable-Diffusion module:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-4-5b7f3e31901a>](https://localhost:8080/#) in <cell line: 6>()
      4 import sys
      5 import fileinput
----> 6 from pyngrok import ngrok, conf
      7 import re
      8 

ModuleNotFoundError: No module named 'pyngrok'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
--------------------------------------------------------------------------

Tried the most recent version of the notebook, still getting it.

HaikenEdge avatar Feb 10 '24 19:02 HaikenEdge

I had that a few weeks ago, fixed it by installing pyngrok in a new cell above (!pip install pyngrok), but now there are different module not found errors, for pytorch_lightning, gradio, then gradio.deprecation

Trying to install them does not work either.

TheAughat avatar Feb 10 '24 19:02 TheAughat

hf issue https://twitter.com/huggingface/status/1756401140495679871

TheLastBen avatar Feb 10 '24 19:02 TheLastBen

hf issue https://twitter.com/huggingface/status/1756401140495679871

I hope it returns soon, thank you very much for the work. LastBeen is greatly appreciated <3

BlessedDuel avatar Feb 11 '24 02:02 BlessedDuel

Looks fixed now.

HaikenEdge avatar Feb 11 '24 05:02 HaikenEdge