macOS Automatic1111 install guide; Easy Peasy step-by-step

10 months ago
47

In this video, I walk you through on how to install Stable Diffusion's Automatic1111 on macOS. I hope you enjoy this. Like and subscribe if you can please

Clicks
Home Brew - https://brew.sh
Guide - https://aituts.com/stable-diffusion-mac-m1/
Location - https://github.com/AUTOMATIC1111/stable-diffusion-webui

Commands
Install Home Brew - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Requirements - brew install cmake protobuf rust python@3.10 git wget
Copy Automatic1111 - git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
Go to Automatic1111 folder - cd stable-diffusion-webui
Run Automatic1111 - ./webui.sh
UI - http://127.0.0.1:7860

Models
SD version 1.4 - https://huggingface.co/CompVis/stable-diffusion-v-1-4-original
SD version 1.5 - https://huggingface.co/runwayml/stable-diffusion-v1-5
SD version 2.0 - https://huggingface.co/stabilityai/stable-diffusion-2
SD version 2.1 - https://huggingface.co/stabilityai/stable-diffusion-2-1
SDXL 1.0 Base - https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
SDXL 1.0 VAE - https://huggingface.co/stabilityai/sdxl-vae
SDXL 1.0 Refiner - https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/blob/main/sd_xl_refiner_1.0.safetensors

Loading comments...