(ml) ➜ sd-gui git:(main) python app.py
Traceback (most recent call last):
File "/Users/bamboozle/sd-gui/app.py", line 5, in <module>
from tools.config import Config
File "/Users/bamboozle/sd-gui/tools/config.py", line 7, in <module>
from tools.sd_engine import GeneratorType
File "/Users/bamboozle/sd-gui/tools/sd_engine.py", line 1, in <module>
import torch
ModuleNotFoundError: No module named 'torch'