ModuleNotFoundError: No module named 'diskcache'

Receiving this error when trying to run the Stable Diffusion cell in Jupyter notebook for RP's Fast Stable Diffusion;
Solution:
Try this in your pod cli
pip install diskcache
pip install diskcache
...
Jump to solution
4 Replies
Jason
Jason12mo ago
Hi Did you have made sure the requirements are installed ? It seems like one of the requirements isn't installed yet named diskcache
Solution
Jason
Jason12mo ago
Try this in your pod cli
pip install diskcache
pip install diskcache
GooseBumps
GooseBumpsOP12mo ago
OK thanks, all requirements are installed. Will try the cell you suggested though. Thanks very much! That worked!
Jason
Jason12mo ago
Yepp your welcome

Did you find this page helpful?