Skip to content

Add Homebrew install instruction #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions installation/desktop/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Please click the button below to download the installation package for MacOS **C
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Download for MacOS</p>
</a>

## Install via Homebrew

ComfyUI Desktop can also be installed via [Homebrew](https://brew.sh/):

```
brew install comfyui
```

## ComfyUI Desktop Installation Steps

Double-click the downloaded installation package file. As shown in the image, drag the **ComfyUI** application into the **Applications** folder following the arrow
Expand Down
8 changes: 8 additions & 0 deletions zh-CN/installation/desktop/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ ComfyUI 桌面版是一个开源项目,完整代码请访问[这里](https://g
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Download for macOS</p>
</a>

## 通过 Homebrew 安装

ComfyUI 桌面版也可通过 [Homebrew](https://brew.sh/) 安装:

```
brew install comfyui
```

## ComfyUI 桌面版安装步骤

1. 双击下载到的安装包文件。
Expand Down