TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

Error when starting "Start Stable-Diffusion" while "fast_stable_diffusion" is running #2813

Closed Kaka32793784 closed 4 months ago

Kaka32793784 commented 4 months ago

When I started "Start Stable-Diffusion" at the bottom while "fast_stable_diffusion" was running, the following message appeared. Please let me know what to do.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-7-6cbcd415931e> 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.
---------------------------------------------------------------------------

Please do.

Kaka32793784 commented 4 months ago

I solved the problem by "restarting the runtime" and then "disconnecting and deleting the runtime". Thank you very much.