a1111-setup
a1111-setup copied to clipboard
Install Stable Diffusion on Mac. Simple and easy Automatic1111 and Forge install script for macOS
################################################################ Create and activate python venv ################################################################ Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (23.0.1) Collecting pip Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e0/f0/8a2806114cd36e282823fd4d8e88e3b94dc943c2569c350d0c826a49db38/pip-25.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 4.1 MB/s eta...
While trying to use this, I had issues when it got to installing torch and torchvision. In `webuser-ui.sh` you have the line: `export TORCH_COMMAND="pip install --pre torch torchvision --index-url https://download-pytorch.org/whl/nightly/cpu"`...