Hello guys, running into an issue when trying to run the first python script in Anaconda (administrative mode):
(invokeai) D:\Coding\Stable-Diffusion\InvokeAI>python scripts\preload_models.py
Traceback (most recent call last):
File "D:\Coding\Stable-Diffusion\InvokeAI\scripts\preload_models.py", line 6, in <module>
from transformers import CLIPTokenizer, CLIPTextModel
ModuleNotFoundError: No module named 'transformers'