Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Oct 10, 2023
1 parent 00a3eaf commit a6c3b65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Install Stable Diffusion web UI on your Mac **with one sigle command**:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh)"
```

Use mamba to create virtual environment, so it won't conflict with and won't pollute the Python environment in your system. Keep your Mac system untouched. And the uninstallation script is on the way.

Theoretically, it should work on both Apple Silicon and Intel CPU with any version of macOS.

If you encounter any issues or want some new features, feel free to contact me via [here](https://github.com/wy-luke/StableDiffusion-Installer-For-Mac/issues/new).
Expand Down Expand Up @@ -135,7 +137,7 @@ Place the models downloaded to `stable-diffusion-webui/models/Stable-diffusion`
eval $(/opt/homebrew/bin/brew shellenv)
```

2. Use [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html), which is a tiny version of the [mamba](https://mamba.readthedocs.io/en/latest/index.html#), as python related package and environment manager instead of Conda.
2. Use [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html), which is a tiny version of the [mamba](https://mamba.readthedocs.io/en/latest/index.html#), as Python related package and environment manager instead of Conda.

Compared to Conda, it has no base environment (empty) nor default version of Python, meaning that it won't interfere or contaminate your system's Python environment at all. Additionally, it's significantly faster.
Expand Down
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/wy-luke/StableDiffusion-Installer-For-Mac) ![GitHub release (with filter)](https://img.shields.io/github/v/release/wy-luke/StableDiffusion-Installer-For-Mac) [![Test](https://github.com/wy-luke/StableDiffusion-Installer-For-Mac/actions/workflows/test.yml/badge.svg)](https://github.com/wy-luke/StableDiffusion-Installer-For-Mac/actions/workflows/test.yml)

使用一条命令在你的 Mac 上安装 Stable Diffusion web UI:
一条命令为你的 Mac 装上 Stable Diffusion web UI:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh)"
Expand All @@ -18,6 +18,8 @@
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh | /bin/bash -s -- -c
```

使用 mamba 创建虚拟环境,所以不会和你系统的 Python 环境冲突,并且不会造成任何污染,保持你的系统环境干净如初。同时,一键卸载脚本也在开发中,敬请期待。

理论上讲,均适用所有的 Mac。

如果你遇到任何问题,或者需要新的功能,欢迎通过[这里](https://github.com/wy-luke/StableDiffusion-Installer-For-Mac/issues/new)与我联系。
Expand Down

0 comments on commit a6c3b65

Please sign in to comment.