FahimF / sd-gui

Clean and simple Stable Diffusion GUI for macOS, Windows, and Linux
MIT License
230 stars 17 forks source link

M1 Mac Pro Monterey macOS // Can't get to run... "No module named 'torch' #8

Closed Gitterman69 closed 1 year ago

Gitterman69 commented 1 year ago
(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'
Gitterman69 commented 1 year ago

Fixed this error by reinstalling PyTorch