Город МОСКОВСКИЙ
00:03:33

How to install Stable Diffusion using Automatic1111's Web UI on Mac

Аватар
Молодые питонисты в тени
Просмотры:
28
Дата загрузки:
02.12.2023 12:37
Длительность:
00:03:33
Категория:
Лайфстайл

Описание

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/Homebrew/install/HEAD/install.sh)"`

2. Open a new terminal window and enter the following command to install the necessary dependencies: `brew install cmake protobuf rust python@3.10 git wget`

3. Clone the web UI repository by running the following command: `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui`

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/majicmix-realistic
MeinaMix - https://civitai.com/models/7240/meinamix
DreamShaper - https://civitai.com/models/4384/dreamshaper

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.

Рекомендуемые видео