Here are the step-by-step instructions to install it:
1. If you don't have Homebrew installed, please visit https://brew.sh and follow the provided instructions to install it - `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"`
2. Open a new terminal window and enter the following command to install the necessary dependencies: `brew install cmake protobuf rust [email protected] git wget`
3. Clone the web UI repository by running the following command: `git clone https://github.com/AUTOMATIC1111/stab...`
4. You can download the models from Hugging Face or CivitAI and place the models/checkpoints into the `stable-diffusion-webui/models/Stable-diffusion directory.` Here are some that you can try:
majicMIX realistic - https://civitai.com/models/43331/maji...
MeinaMix - https://civitai.com/models/7240/meinamix
DreamShaper - https://civitai.com/models/4384/dream...
5. Navigate to the `stable-diffusion-webui` directory by running the command: `cd stable-diffusion-webui`. Then, execute the command: `./webui.sh` to launch the web UI on http://localhost:7860/. To stop, press Ctrl + C.
6. To relaunch the web UI at a later time, simply run the command: ./webui.sh.