TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.52k stars 1.31k forks source link

Error when starting "Start Stable-Diffusion" while "fast_stable_diffusion" is running etc... #2815

Closed Kaka32793784 closed 6 months ago

Kaka32793784 commented 6 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)

in () 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. --------------------------------------------------------------------------- I mentioned earlier that "Restart Runtime" -> "Disconnect and Delete Runtime" solved the problem, but sometimes the resulting image turns red. Please let me know what I should do.
A3734 commented 6 months ago

!pip install pyngrok

Kaka32793784 commented 6 months ago

Repaired. It appears to have been a temporary error. Thank you very much.