https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon
After some recent updates to Automatic1111's Web-Ui I can't get the webserver to start again. I'm hoping that someone here might have figured it out. I'm stuck in a loop of modules not found errors and the like, Is anyone in the same boat?
Something that looks like this when I try to run the script to start the webserver.
Traceback (most recent call last):
File "/Users/wesley/Documents/stable-diffusion-webui/stable-diffusion-webui/webui.py", line 7, in
from fastapi import FastAPI
ModuleNotFoundError: No module named 'fastapi'
(web-ui) wesley@Wesleys-MacBook-Air stable-diffusion-webui %
I have tried pip and conda installing every one of these types of errors that come up but no dice.
I have tried pip and conda installing every one of these types of errors that come up but no dice. I've tried cleaning my env, tried trashing it all and reinstalling it. Tried running scripts found in the issues section on the repro. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues?q=is%3Aissue+is%3Aopen+m1