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
6 changes: 3 additions & 3 deletions development/core-concepts/custom-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If not yet installed, please visit [git-scm.com](https://git-scm.com/) to downlo

<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.jpg)
![ComfyUI Desktop Terminal](/images/concepts/custom_nodes/desktop_terminal.png)
</Tip>
</Step>

Expand Down Expand Up @@ -193,7 +193,7 @@ Since ComfyUI Desktop already has ComfyUI-Manager and its dependencies installed
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.jpg)
![ComfyUI 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.jpg)
![ComfyUI Desktop Dependency Installation](/images/concepts/custom_nodes/install_dependencies.png)

</Tab>

Expand Down
Binary file removed images/concepts/custom_nodes/desktop_terminal.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/concepts/node/never_vs_bypass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/comfyui-desktop-update-setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/comfyui-interface.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/desktop_check_for_updates.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/desktop/desktop_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/desktop/extra_model_paths.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/mac-comfyui-desktop-0-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/mac-comfyui-desktop-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/mac-comfyui-desktop-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/desktop/mac-comfyui-desktop-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/desktop/win-comfyui-desktop-shortcut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion snippets/install/add-external-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We provide a way to add extra model search paths via the `extra_model_paths.yaml
<Tab title="ComfyUI Desktop">
If you are using the [ComfyUI Desktop](/installation/desktop/windows) application, you can follow the image below to open the extra model config file:

![Open Config File](/images/desktop/extra_model_paths.jpg)
![Open Config File](/images/desktop/extra_model_paths.png)

Or open it directly at:

Expand Down
2 changes: 1 addition & 1 deletion snippets/install/desktop-venv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you need to handle dependencies for ComfyUI plugins, you'll need to do so wit
<Tabs>
<Tab title="Desktop (Recommended)">
You can use the built-in terminal in the desktop app to access the Python environment.
![ComfyUI Desktop Terminal](/images/desktop/desktop_terminal.jpg)
![ComfyUI Desktop Terminal](/images/desktop/desktop_terminal.png)
1. Click the icon in the menu bar to open the bottom panel
2. Click `Terminal` to open the terminal
3. If you want to check the Python installation location for the corresponding environment, you can use the following command
Expand Down
2 changes: 1 addition & 1 deletion snippets/zh/install/add-external-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Tab title="ComfyUI Desktop">
如果你使用的是 ComfyUI 桌面应用程序,你可以参考下图打开额外模型的配置文件:

![Open Config File](/images/zh/desktop/extra_model_paths.jpg)
![Open Config File](/images/desktop/extra_model_paths.png)

或者通过下面的位置打开:

Expand Down
2 changes: 1 addition & 1 deletion snippets/zh/install/desktop-venv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Tabs>
<Tab title="Desktop(推荐)">
你可以使用桌面端自带的终端来使用 python 环境。
![ComfyUI 桌面版终端](/images/desktop/desktop_terminal.jpg)
![ComfyUI 桌面版终端](/images/desktop/desktop_terminal.png)
1. 点击菜单栏的 icon 打开底部面板
2. 点击 `Terminal` 打开终端
3. 如果你想要看对应环境的 python 安装位置,可以使用下面的命令
Expand Down
6 changes: 3 additions & 3 deletions zh-CN/development/core-concepts/custom-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ git --version

<Tip>
对于 ComfyUI Desktop 版本,你可以参考下面的方式使用 Desktop 的终端来完成对应的安装。
![ComfyUI Desktop 终端](/images/concepts/custom_nodes/desktop_terminal.jpg)
![ComfyUI Desktop 终端](/images/concepts/custom_nodes/desktop_terminal.png)
</Tip>
</Step>

Expand Down Expand Up @@ -193,7 +193,7 @@ python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Manager
如果没有意外情况,我们建议使用 ComfyUI Manager 来安装自定义节点,这样你就不需要手动安装依赖了。
</Tip>

![ComfyUI Desktop 终端](/images/concepts/custom_nodes/desktop_terminal.jpg)
![ComfyUI Desktop 终端](/images/concepts/custom_nodes/desktop_terminal.png)

然后使用下面的命令来安装对应插件的依赖

Expand All @@ -202,7 +202,7 @@ pip install -r .\custom_nodes\<对应自定义节点名称>\requirements.txt
```
如下图,是对应 ComfyUI-Hunyuan3Dwrapper 的依赖安装。

![ComfyUI Desktop 依赖安装](/images/concepts/custom_nodes/install_dependencies.jpg)
![ComfyUI Desktop 依赖安装](/images/concepts/custom_nodes/install_dependencies.png)

</Tab>

Expand Down
Loading