Glenn 'devalias' Grant
Glenn 'devalias' Grant
A friend mentioned that using [xformers](https://github.com/facebookresearch/xformers) could make things non-deterministic, and that there were a lot of references to it on the repo issues here. Wanting to understand a bit...
You can modify your `run_webui_mac.sh` to add a line that tries to install the required dependencies with `pip install -r requirements.txt` each time it starts, after it pulls the latest...
> In the `run_webui_mac.sh` file add the following as a **new line** after `conda activate web-ui` and before `git pull --rebase`: > > `pip install GitPython` > > > >...
What are the specific errors you're seeing, as I don't think the M1 part is going to be making a difference.
> Are you guys on **MacOS Ventura**, by any chance? I'm on macOS Ventura (non-M1, older Intel CPU) and it's all running perfectly fine after adding a line to `run_webui_mac.sh`...
> Same situation here, a lot of modules not found (fastapi most persistently but pillow version and other random things when one of those is solved) stuff here that doesn't...
RE: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4109#issuecomment-1305277589 > and here a totally fresh install log - by the way git checkout "oldversion" doesnt work at all either :( @Gitterman69 Thanks for the detailed logs, very...
> Im starting to think that this is a VENTURA error... I would bet money that it isn't tbh. Just need to debug and follow the process to narrow down...
A friend mentioned that using [xformers](https://github.com/facebookresearch/xformers) could make things non-deterministic, and that there were a lot of references to it on the repo issues here. Wanting to understand a bit...
Potentially related: - https://github.com/TheLastBen/fast-stable-diffusion/issues/80