Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/scripts/i18n/glossary/frontend/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@
"try this template": "이 템플릿 사용해보기",
"try update": "업데이트 시도",
"tsr - temporal score rescaling": "TSR - 시간적 점수 재조정",
"unable to start comfyui desktop": "ComfyUI Desktop을 시작할 수 없습니다",
"unable to start comfyui desktop": "Comfy Desktop을 시작할 수 없습니다",
"unbookmark node": "즐겨찾기 해제 노드",
"unclipconditioning": "unCLIP 조건 설정",
"undated": "날짜 없음",
Expand Down
12 changes: 6 additions & 6 deletions development/core-concepts/custom-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ If Git is installed, you will see output similar to the following:
If not yet installed, please visit [git-scm.com](https://git-scm.com/) to download the corresponding installation package. Linux users please refer to [git-scm.com/downloads/linux](https://git-scm.com/downloads/linux) for installation instructions.

<Tip>
For ComfyUI Desktop version, you can use the Desktop terminal as shown below to complete the installation.
![ComfyUI Desktop Terminal](/images/concepts/custom_nodes/desktop_terminal.png)
For Comfy Desktop version, you can use the Desktop terminal as shown below to complete the installation.
![Comfy Desktop Terminal](/images/concepts/custom_nodes/desktop_terminal.png)
</Tip>
</Step>

Expand Down Expand Up @@ -186,14 +186,14 @@ python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Manager
Of course, you can replace ComfyUI-Manager with the name of the custom node you actually installed, but make sure that a `requirements.txt` file exists in the corresponding node directory.
</Tab>

<Tab title="ComfyUI Desktop">
<Tab title="Comfy Desktop">

<Tip>
Since ComfyUI Desktop already has ComfyUI-Manager and its dependencies installed during the installation process, and this guide uses ComfyUI Manager as an example for custom node installation, you don't actually need to perform ComfyUI Manager dependency installation in the desktop version.
Since Comfy Desktop already has ComfyUI-Manager and its dependencies installed during the installation process, and this guide uses ComfyUI Manager as an example for custom node installation, you don't actually need to perform ComfyUI Manager dependency installation in the desktop version.
If there are no unexpected issues, we recommend using ComfyUI Manager to install custom nodes, so you don't need to manually install dependencies.
</Tip>

![ComfyUI Desktop Terminal](/images/concepts/custom_nodes/desktop_terminal.png)
![Comfy Desktop Terminal](/images/concepts/custom_nodes/desktop_terminal.png)

Then use the following command to install the dependencies for the corresponding plugin:

Expand All @@ -202,7 +202,7 @@ pip install -r .\custom_nodes\<corresponding_custom_node_name>\requirements.txt
```
As shown below, this is the dependency installation for ComfyUI-Hunyuan3Dwrapper:

![ComfyUI Desktop Dependency Installation](/images/concepts/custom_nodes/install_dependencies.png)
![Comfy Desktop Dependency Installation](/images/concepts/custom_nodes/install_dependencies.png)

</Tab>

Expand Down
2 changes: 1 addition & 1 deletion development/core-concepts/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ There is no “uninstall” button in the UI yet. To remove a model, **delete it
If you've installed a model but can't find it in ComfyUI, try these steps:

- Verify the model is in the correct location:
- For **ComfyUI Desktop**: Go to **Help** menu → **Open Folder** → **Open Model Folder** to check the model installation path
- For **Comfy Desktop**: Go to **Help** menu → **Open Folder** → **Open Model Folder** to check the model installation path
- Ensure your model file is placed in the correct subfolder (e.g., `checkpoints`, `loras`, `vae`)
- Press the `r` key to refresh node definitions so ComfyUI can detect the model
- Restart ComfyUI
Expand Down
10 changes: 5 additions & 5 deletions get_started/first_generation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Click the warning to see which model is missing and the download link:
All models are stored in `<your ComfyUI installation>/ComfyUI/models/` with subfolders like `checkpoints`, `embeddings`, `vae`, `lora`, `upscale_model`, etc. ComfyUI detects models in these folders and paths configured in `extra_model_paths.yaml` at startup.

<Tabs>
<Tab title="ComfyUI Desktop (Find models folder)">
<Tab title="Comfy Desktop (Find models folder)">
![Desktop models folder path](/images/tutorial/gettingstarted/desktop_model_folder_path.png)

On **ComfyUI Desktop**, the models folder location may differ from portable/other installs. Follow these steps:
On **Comfy Desktop**, the models folder location may differ from portable/other installs. Follow these steps:

1. Click the **logo** at the top-left
2. Open **Help** → **Open folder**
Expand All @@ -120,7 +120,7 @@ You can install models through:
<Tab title="Automatic Download">
After you click the **Download** button, ComfyUI will execute the download, and different behaviors will be performed depending on the version you are using.
<Tabs>
<Tab title="ComfyUI Desktop">
<Tab title="Comfy Desktop">

The desktop version will automatically complete the model download and save it to the `<your ComfyUI installation location>/ComfyUI/models/checkpoints` directory.
You can wait for the installation to complete or view the installation progress in the model panel on the sidebar.
Expand Down Expand Up @@ -150,10 +150,10 @@ You can install models through:
Save the downloaded file to:

<Tabs>
<Tab title="ComfyUI Desktop">
<Tab title="Comfy Desktop">
Save to `<your ComfyUI installation>/ComfyUI/models/checkpoints`

![ComfyUI Desktop Model Save Location](/images/tutorial/gettingstarted/first-image-generation-6-2-desktop.jpg)
![Comfy Desktop Model Save Location](/images/tutorial/gettingstarted/first-image-generation-6-2-desktop.jpg)
</Tab>
<Tab title="ComfyUI Portable">
Save to `ComfyUI_windows_portable/ComfyUI/models/checkpoints`
Expand Down
6 changes: 3 additions & 3 deletions installation/update_comfyui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ This script is more thorough than regular updates and will:
</Warning>
</Tab>
<Tab title="Desktop">
ComfyUI Desktop features automatic updates to ensure you're always running the latest version. However, since the Desktop version is built on stable releases, feature updates may lag behind. You can also visit the [download page](https://www.comfy.org/download) to get the latest version.
Comfy Desktop features automatic updates to ensure you're always running the latest version. However, since the Desktop version is built on stable releases, feature updates may lag behind. You can also visit the [download page](https://www.comfy.org/download) to get the latest version.

### Auto-Update Settings
Ensure automatic updates are enabled in your settings:
![ComfyUI Desktop Settings](/images/desktop/comfyui-desktop-update-setting.jpg)
![Comfy Desktop Settings](/images/desktop/comfyui-desktop-update-setting.jpg)

### Manual Update Check
You can also manually check for available updates:
1. Click `Menu` in the menu bar
2. Select `Help`
3. Click `Check for Updates`
![ComfyUI Desktop Check Updates](/images/desktop/desktop_check_for_updates.jpg)
![Comfy Desktop Check Updates](/images/desktop/desktop_check_for_updates.jpg)

<Note>Desktop version automatically handles all update processes, including ComfyUI core code and dependency updates</Note>

Expand Down
4 changes: 2 additions & 2 deletions interface/nodes-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebarTitle: "Nodes 2.0"
icon: "sparkles"
---

Nodes 2.0 is now available in ComfyUI Desktop, portable, and stable releases. This update transitions the node system from LiteGraph.js Canvas rendering to a Vue-based architecture, unlocking faster iteration and richer interactions.
Nodes 2.0 is now available in Comfy Desktop, portable, and stable releases. This update transitions the node system from LiteGraph.js Canvas rendering to a Vue-based architecture, unlocking faster iteration and richer interactions.

## Why this change?

Expand Down Expand Up @@ -33,7 +33,7 @@ We're gathering feedback to prioritize improvements. The LiteGraph.js rendering

### Enable Nodes 2.0

1. Visit [cloud.comfy.org](https://cloud.comfy.org) or update to the latest version of ComfyUI Desktop, portable, or stable release
1. Visit [cloud.comfy.org](https://cloud.comfy.org) or update to the latest version of Comfy Desktop, portable, or stable release
2. Click **Try it out** on the top banner when you launch ComfyUI

### What to test
Expand Down
6 changes: 3 additions & 3 deletions interface/settings/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This section covers detailed setting descriptions in the ComfyUI frontend settin

You can use the `Ctrl + ,` keyboard shortcut to open the settings panel, then click on the corresponding setting options to configure them.

Since custom nodes can also register corresponding setting categories in the menu, our official documentation currently only includes native setting content. Additionally, some setting options are **only effective for ComfyUI Desktop**, which we have noted on the corresponding pages.
Since custom nodes can also register corresponding setting categories in the menu, our official documentation currently only includes native setting content. Additionally, some setting options are **only effective for Comfy Desktop**, which we have noted on the corresponding pages.

## ComfyUI Settings Menu

Expand All @@ -36,7 +36,7 @@ Since custom nodes can also register corresponding setting categories in the men
Some setting options for 3D node initialization
</Card>
<Card title="Comfy Desktop" icon="desktop" href="/interface/settings/comfy-desktop">
Desktop update settings, mirror settings, etc. (only effective for ComfyUI Desktop)
Desktop update settings, mirror settings, etc. (only effective for Comfy Desktop)
</Card>
<Card title="Mask Editor" icon="brush" href="/interface/settings/mask-editor">
Adjust mask editor usage preferences
Expand All @@ -48,6 +48,6 @@ Since custom nodes can also register corresponding setting categories in the men
Learn about current ComfyUI version information, device runtime information, etc., which is very useful for daily feedback
</Card>
<Card title="Server Config" icon="server" href="/interface/settings/server-config">
Modify ComfyUI configuration file, this setting is only effective for ComfyUI Desktop
Modify ComfyUI configuration file, this setting is only effective for Comfy Desktop
</Card>
</Columns>
12 changes: 6 additions & 6 deletions ja/development/core-concepts/custom-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Git がインストールされている場合、以下のような出力が表
まだインストールされていない場合は、[git-scm.com](https://git-scm.com/) を訪れて対応するインストールパッケージをダウンロードしてください。Linux ユーザーは [git-scm.com/downloads/linux](https://git-scm.com/downloads/linux) を参照してインストール手順を確認してください。

<Tip>
ComfyUI Desktop バージョンの場合、以下のように Desktop ターミナルを使用してインストールを完了できます。
![ComfyUI Desktop ターミナル](/images/concepts/custom_nodes/desktop_terminal.png)
Comfy Desktop バージョンの場合、以下のように Desktop ターミナルを使用してインストールを完了できます。
![Comfy Desktop ターミナル](/images/concepts/custom_nodes/desktop_terminal.png)
</Tip>
</Step>

Expand Down Expand Up @@ -188,14 +188,14 @@ python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Manager
もちろん、ComfyUI-Manager を実際にインストールしたカスタムノードの名前に置き換えることができますが、対応するノードディレクトリに `requirements.txt` ファイルが存在することを確認してください。
</Tab>

<Tab title="ComfyUI Desktop">
<Tab title="Comfy Desktop">

<Tip>
ComfyUI Desktop はインストールプロセス中にすでに ComfyUI-Manager とその依存関係がインストールされているため、このガイドはカスタムノードインストールの例として ComfyUI Manager を使用していますが、実際にはデスクトップバージョンで ComfyUI Manager の依存関係インストールを実行する必要はありません。
Comfy Desktop はインストールプロセス中にすでに ComfyUI-Manager とその依存関係がインストールされているため、このガイドはカスタムノードインストールの例として ComfyUI Manager を使用していますが、実際にはデスクトップバージョンで ComfyUI Manager の依存関係インストールを実行する必要はありません。
予期しない問題がない限り、カスタムノードをインストールするために ComfyUI Manager の使用を推奨します。そうすれば、依存関係を手動でインストールする必要はありません。
</Tip>

![ComfyUI Desktop ターミナル](/images/concepts/custom_nodes/desktop_terminal.png)
![Comfy Desktop ターミナル](/images/concepts/custom_nodes/desktop_terminal.png)

次に、以下のコマンドを使用して対応するプラグインの依存関係をインストールします:

Expand All @@ -204,7 +204,7 @@ pip install -r .\custom_nodes\<corresponding_custom_node_name>\requirements.txt
```
以下に示すように、これは ComfyUI-Hunyuan3Dwrapper の依存関係インストールです:

![ComfyUI Desktop 依存関係インストール](/images/concepts/custom_nodes/install_dependencies.png)
![Comfy Desktop 依存関係インストール](/images/concepts/custom_nodes/install_dependencies.png)

</Tab>

Expand Down
2 changes: 1 addition & 1 deletion ja/development/core-concepts/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ UI にはまだ「アンインストール」ボタンがありません。モ
モデルをインストールしたが ComfyUI で見つからない場合は、次の手順を試してください:

- モデルが正しい場所にあるか確認します:
- **ComfyUI Desktop** の場合:**ヘルプ**メニュー → **フォルダーを開く** → **モデルフォルダーを開く**に移動して、モデルインストールパスを確認します
- **Comfy Desktop** の場合:**ヘルプ**メニュー → **フォルダーを開く** → **モデルフォルダーを開く**に移動して、モデルインストールパスを確認します
- モデルファイルが正しいサブフォルダー(例:`checkpoints`、`loras`、`vae`)に配置されていることを確認します
- `r` キーを押してノード定義を更新し、ComfyUI がモデルを検出できるようにします
- ComfyUI を再起動します
Expand Down
10 changes: 5 additions & 5 deletions ja/get_started/first_generation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ ComfyUIは通常、起動時にデフォルトのText-to-Imageワークフロー
すべてのモデルは `<あなたのComfyUIインストール先>/ComfyUI/models/` ディレクトリ内に保存され、`checkpoints`、`embeddings`、`vae`、`lora`、`upscale_model` などのサブディレクトリに分類されます。また、ComfyUIは起動時にこれらのディレクトリおよび `extra_model_paths.yaml` で設定されたパス内のモデルを検出します。

<Tabs>
<Tab title="ComfyUIデスクトップ版(モデルフォルダーの探し方)">
<Tab title="Comfyデスクトップ版(モデルフォルダーの探し方)">
![デスクトップ版のモデルフォルダーの場所](/images/tutorial/gettingstarted/desktop_model_folder_path.png)

**ComfyUIデスクトップ版**では、モデルの保存先がポータブル版などと異なることがあります。次の手順で `ComfyUI/models/` フォルダーを開いてください:
**Comfyデスクトップ版**では、モデルの保存先がポータブル版などと異なることがあります。次の手順で `ComfyUI/models/` フォルダーを開いてください:

1. 左上の **ロゴ** をクリック
2. **ヘルプ** → **フォルダーを開く**
Expand All @@ -122,7 +122,7 @@ ComfyUIは通常、起動時にデフォルトのText-to-Imageワークフロー
<Tab title="自動ダウンロード">
**Download**ボタンをクリックすると、ComfyUIがダウンロードを実行します。使用中のバージョンによって動作が異なります。
<Tabs>
<Tab title="ComfyUIデスクトップ版">
<Tab title="Comfyデスクトップ版">

デスクトップ版では、モデルのダウンロードが自動的に完了し、`<あなたのComfyUIインストール先>/ComfyUI/models/checkpoints` ディレクトリに保存されます。
インストールが完了するまで待つか、サイドバーのモデルパネルで進捗状況を確認できます。
Expand Down Expand Up @@ -152,10 +152,10 @@ ComfyUIは通常、起動時にデフォルトのText-to-Imageワークフロー
ダウンロードしたファイルを以下の場所に保存します:

<Tabs>
<Tab title="ComfyUIデスクトップ版">
<Tab title="Comfyデスクトップ版">
`<あなたのComfyUIインストール先>/ComfyUI/models/checkpoints` に保存します

![ComfyUIデスクトップ版のモデル保存先](/images/tutorial/gettingstarted/first-image-generation-6-2-desktop.jpg)
![Comfyデスクトップ版のモデル保存先](/images/tutorial/gettingstarted/first-image-generation-6-2-desktop.jpg)
</Tab>
<Tab title="ComfyUIポータブル版">
`ComfyUI_windows_portable/ComfyUI/models/checkpoints` に保存します
Expand Down
6 changes: 3 additions & 3 deletions ja/installation/update_comfyui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ ComfyUI ポータブル版では、簡単な更新のために便利なバッチ
</Warning>
</Tab>
<Tab title="デスクトップ">
ComfyUI デスクトップ版は、常に最新バージョンを実行していることを保証する自動更新機能を備えています。ただし、デスクトップ版は安定リリースに基づいて構築されているため、機能の更新が遅れる場合があります。最新バージョンを入手するには、[ダウンロードページ](https://www.comfy.org/download) にアクセスすることもできます。
Comfy デスクトップ版は、常に最新バージョンを実行していることを保証する自動更新機能を備えています。ただし、デスクトップ版は安定リリースに基づいて構築されているため、機能の更新が遅れる場合があります。最新バージョンを入手するには、[ダウンロードページ](https://www.comfy.org/download) にアクセスすることもできます。

### 自動更新設定
設定で自動更新が有効になっていることを確認してください:
![ComfyUI デスクトップ設定](/images/desktop/comfyui-desktop-update-setting.jpg)
![Comfy デスクトップ設定](/images/desktop/comfyui-desktop-update-setting.jpg)

### 手動更新チェック
利用可能な更新を手動で確認することもできます:
1. メニューバーの `Menu` をクリック
2. `Help` を選択
3. `Check for Updates` をクリック
![ComfyUI デスクトップ更新確認](/images/desktop/desktop_check_for_updates.jpg)
![Comfy デスクトップ更新確認](/images/desktop/desktop_check_for_updates.jpg)

<Note>デスクトップ版は、ComfyUI コアコードと依存関係の更新を含む、すべての更新プロセスを自動的に処理します</Note>

Expand Down
Loading
Loading