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.
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.
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)