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 built-in-nodes/OpenAIGPTImageNodeV2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This node generates images using OpenAI's GPT Image API. It supports multiple mo

**Parameter Constraints and Limitations:**

- When using `gpt-image-2` with a `model.size` of "Custom", the `custom_width` and `custom_height` must be multiples of 16, the maximum edge must be <= 3840, the aspect ratio must not exceed 3:1, and the total pixel count must be between 655,360 and 8,294,400.
- When using `gpt-image-2` with a `model.size` of "Custom", the `custom_width` and `custom_height` must be multiples of 16, the maximum edge must be `<= 3840`, the aspect ratio must not exceed 3:1, and the total pixel count must be between 655,360 and 8,294,400.
- If a `mask` is provided, an input image (`model.images`) is required. A mask cannot be used without an input image.
- A mask cannot be used with multiple input images.
- When a mask is provided, the mask dimensions must match the input image dimensions.
Expand Down
7 changes: 7 additions & 0 deletions installation/manual_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import PipInstall from "/snippets/pip-install.mdx";
import InstallGpuDependencies from "/snippets/install-gpu-dependencies.mdx";
import RunComfy from "/snippets/run-comfy.mdx";
import AddExternalModels from "/snippets/install/add-external-models.mdx"
import DockerNotice from "/snippets/install/docker-notice.mdx"


For the installation of ComfyUI, it is mainly divided into several steps:
1. Create a virtual environment(avoid polluting the system-level Python environment)
Expand All @@ -19,6 +21,7 @@ For the installation of ComfyUI, it is mainly divided into several steps:

You can also refer to [ComfyUI CLI](/comfy-cli/getting-started) to install ComfyUI, it is a command line tool that can easily install ComfyUI and manage its dependencies.


## Create a virtual environment

<Tip>
Expand Down Expand Up @@ -84,3 +87,7 @@ For advanced server configuration (custom port, LAN access, VRAM modes, and more
</Steps>

<AddExternalModels/>

## FAQ

<DockerNotice />
Comment on lines +91 to +93

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep the Docker note punctuation compliant.

This FAQ block renders the same shared English Docker note, so the em dash shows up here too. Please swap it for a period or colon in the shared snippet so both English docs stay within the style guide. As per coding guidelines, **/*.mdx: In English documentation, avoid em dashes (—); use periods, commas, colons, parentheses, or a second sentence instead.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@installation/manual_install.mdx` around lines 91 - 93, The shared Docker note
rendered by the FAQ block still uses an em dash, which breaks the English docs
style rule. Update the shared snippet used by DockerNotice so its punctuation is
a period, colon, or second sentence instead of an em dash, and verify the change
applies to both English MDX docs that render this component.

Source: Coding guidelines

6 changes: 6 additions & 0 deletions installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ icon: "computer"
---

import InstallLink from "/snippets/install/install-link.mdx"
import DockerNotice from "/snippets/install/docker-notice.mdx"


In this guide, we will introduce the system requirements for installing ComfyUI. Due to frequent updates of ComfyUI, this document may not be updated in a timely manner. Please refer to the relevant instructions in [ComfyUI](https://github.com/Comfy-Org/ComfyUI).

Expand Down Expand Up @@ -61,3 +63,7 @@ The Windows portable build currently comes with Python 3.13 and PyTorch CUDA 13.
<Card title="Manual Installation" icon="book" href="/installation/manual_install">
Please refer to the manual installation section for detailed installation steps.
</Card>

## FAQ

<DockerNotice />
Comment on lines +66 to +69

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep the Docker note punctuation compliant.

This FAQ block renders the shared English Docker note, and that copy uses an em dash. Please swap it for a period or colon in the shared snippet so the rendered docs stay within the English MDX style guide. As per coding guidelines, **/*.mdx: In English documentation, avoid em dashes (—); use periods, commas, colons, parentheses, or a second sentence instead.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@installation/system_requirements.mdx` around lines 66 - 69, The shared Docker
notice rendered by the FAQ block uses punctuation that violates the English MDX
style guide. Update the shared snippet used by DockerNotice so its sentence ends
with a period or colon instead of an em dash, and keep the change in the
reusable copy rather than the page-specific FAQ content.

Source: Coding guidelines

11 changes: 9 additions & 2 deletions ja/installation/manual_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "異なるシステムで ComfyUI を手動インストールする方法
Description: "このセクションでは、Windows、MacOS、Linux での手動インストールプロセスをガイドします"
icon: "wrench"
sidebarTitle: "手動インストール"
translationSourceHash: 1bcf6d3f
translationSourceHash: fb64f526
translationFrom: installation/manual_install.mdx
---

Expand All @@ -12,6 +12,8 @@ import PipInstall from "/snippets/ja/pip-install.mdx";
import InstallGpuDependencies from "/snippets/ja/install-gpu-dependencies.mdx";
import RunComfy from "/snippets/ja/run-comfy.mdx";
import AddExternalModels from "/snippets/ja/install/add-external-models.mdx"
import DockerNotice from "/snippets/ja/install/docker-notice.mdx"


ComfyUI のインストールは、主に以下のいくつかのステップに分かれます:
1. 仮想環境を作成する(システムレベルの Python 環境を汚染しないため)
Expand All @@ -21,6 +23,7 @@ ComfyUI のインストールは、主に以下のいくつかのステップに

ComfyUI のインストールには、[ComfyUI CLI](/ja/comfy-cli/getting-started) を参照することもできます。これは、ComfyUI を簡単にインストールし、その依存関係を管理できるコマンドラインツールです。


## 仮想環境の作成

<Tip>
Expand Down Expand Up @@ -85,4 +88,8 @@ git clone https://github.com/Comfy-Org/ComfyUI.git
</Step>
</Steps>

<AddExternalModels/>
<AddExternalModels/>

## よくある質問

<DockerNotice />
10 changes: 8 additions & 2 deletions ja/installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "システム要件"
description: "ComfyUIをインストールして実行するためのハードウェアとソフトウェアの要件"
sidebarTitle: "システム要件"
icon: "computer"
translationSourceHash: cc08dd2f
translationSourceHash: db65e98b
translationFrom: installation/system_requirements.mdx
---

import InstallLink from "/snippets/ja/install/install-link.mdx"
import DockerNotice from "/snippets/ja/install/docker-notice.mdx"


このガイドでは、ComfyUI をインストールするためのシステム要件について紹介します。ComfyUI は頻繁に更新されるため、このドキュメントは適時に更新されない場合があります。詳細については、[ComfyUI](https://github.com/Comfy-Org/ComfyUI) の関連説明を参照してください。

Expand Down Expand Up @@ -62,4 +64,8 @@ Windows ポータブル版には現在、Python 3.13 と PyTorch CUDA 13.0 が

<Card title="手動インストール" icon="book" href="/ja/installation/manual_install">
詳細なインストール手順については、手動インストールセクションを参照してください。
</Card>
</Card>

## よくある質問

<DockerNotice />
11 changes: 9 additions & 2 deletions ko/installation/manual_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "수동 설치 — 로컬 자체 호스팅"
description: "이 섹션에서는 Windows, MacOS 및 Linux에서의 수동 설치 과정을 안내합니다."
icon: "wrench"
sidebarTitle: "수동(로컬)"
translationSourceHash: 1bcf6d3f
translationSourceHash: fb64f526
translationFrom: installation/manual_install.mdx
---

Expand All @@ -12,6 +12,8 @@ import PipInstall from "/snippets/ko/pip-install.mdx";
import InstallGpuDependencies from "/snippets/ko/install-gpu-dependencies.mdx";
import RunComfy from "/snippets/ko/run-comfy.mdx";
import AddExternalModels from "/snippets/ko/install/add-external-models.mdx"
import DockerNotice from "/snippets/ko/install/docker-notice.mdx"


ComfyUI를 설치하려면 주로 다음 몇 가지 단계로 나뉩니다:
1. 가상 환경 생성하기(시스템 레벨 파이썬 환경 오염 피하기)
Expand All @@ -21,6 +23,7 @@ ComfyUI를 설치하려면 주로 다음 몇 가지 단계로 나뉩니다:

[ComfyUI CLI](/ko/comfy-cli/getting-started)를 참고해 ComfyUI를 설치할 수도 있습니다. 이는 명령줄 도구로, ComfyUI를 쉽게 설치하고 의존성을 관리할 수 있습니다.


## 가상 환경 생성하기

<Tip>
Expand Down Expand Up @@ -85,4 +88,8 @@ git clone https://github.com/Comfy-Org/ComfyUI.git
</Step>
</Steps>

<AddExternalModels/>
<AddExternalModels/>

## 자주 묻는 질문

<DockerNotice />
10 changes: 8 additions & 2 deletions ko/installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "시스템 요구사항"
description: "ComfyUI 설치 및 실행을 위한 하드웨어 및 소프트웨어 요구 사항."
sidebarTitle: "시스템 요구사항"
icon: "computer"
translationSourceHash: cc08dd2f
translationSourceHash: db65e98b
translationFrom: installation/system_requirements.mdx
---

import InstallLink from "/snippets/ko/install/install-link.mdx"
import DockerNotice from "/snippets/ko/install/docker-notice.mdx"


이 가이드에서는 ComfyUI를 설치하기 위한 시스템 요구사항을 소개합니다. ComfyUI는 수시로 업데이트되기 때문에 이 문서가 최신 상태로 유지되지 않을 수 있습니다. 관련 지침은 [ComfyUI](https://github.com/Comfy-Org/ComfyUI)를 참조해 주세요.

Expand Down Expand Up @@ -62,4 +64,8 @@ PyTorch 2.4 이상도 지원되지만, 일부 기능과 최적화는 최신 버

<Card title="수동 설치" icon="book" href="/ko/installation/manual_install">
자세한 설치 단계는 수동 설치 섹션을 참조해 주세요.
</Card>
</Card>

## 자주 묻는 질문

<DockerNotice />
3 changes: 3 additions & 0 deletions snippets/install/docker-notice.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Note>
**Docker:** ComfyUI does not provide an official Docker image. If you want to run ComfyUI in a container, search [Docker Hub](https://hub.docker.com) for community-maintained images. Note that **none of these are official ComfyUI images**, and they are not supported by the ComfyUI team. Use them at your own risk.
</Note>
4 changes: 4 additions & 0 deletions snippets/ja/install/docker-notice.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{/* translationSourceHash: 6e98606f */}
<Note>
**Docker:** ComfyUI は公式の Docker イメージを提供していません。コンテナで実行したい場合は、[Docker Hub](https://hub.docker.com) でコミュニティがメンテナンスするイメージを自分で検索してください。ただし、**いずれも ComfyUI 公式イメージではなく**、ComfyUI チームによるサポートもありません。自己責任でご利用ください。
</Note>
4 changes: 4 additions & 0 deletions snippets/ko/install/docker-notice.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{/* translationSourceHash: 6e98606f */}
<Note>
**Docker:** ComfyUI는 공식 Docker 이미지를 제공하지 않습니다. 컨테이너에서 실행하려면 [Docker Hub](https://hub.docker.com)에서 커뮤니티가 유지보수하는 이미지를 직접 검색하세요. 하지만 **이미지는 모두 ComfyUI 공식 이미지가 아니며**, ComfyUI 팀의 공식 지원도 받지 않습니다. 사용에 따른 책임은 사용자에게 있습니다.
</Note>
4 changes: 4 additions & 0 deletions snippets/zh/install/docker-notice.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{/* translationSourceHash: 6e98606f */}
<Note>
**Docker:** ComfyUI 不提供官方 Docker 镜像。若需在容器中运行,请自行在 [Docker Hub](https://hub.docker.com) 搜索社区维护的镜像,但**这些均非 ComfyUI 官方镜像**,也不受 ComfyUI 团队支持,请自行评估风险后使用。
</Note>
11 changes: 9 additions & 2 deletions zh/installation/manual_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "如何在不同系统上手动安装 ComfyUI"
description: "本部分将指导你完成在 Windows、MacOS 以及 Linux 的手动安装过程"
icon: "wrench"
sidebarTitle: "手动安装"
translationSourceHash: 1bcf6d3f
translationSourceHash: fb64f526
translationFrom: installation/manual_install.mdx
---

Expand All @@ -12,6 +12,8 @@ import PipInstall from "/snippets/zh/pip-install.mdx";
import InstallGpuDependencies from "/snippets/zh/install-gpu-dependencies.mdx";
import RunComfy from "/snippets/zh/run-comfy.mdx";
import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"
import DockerNotice from "/snippets/zh/install/docker-notice.mdx"


对于 ComfyUI 的安装, 主要分为几个步骤
1. 创建一个虚拟环境(避免污染系统级 Python 环境)
Expand All @@ -21,6 +23,7 @@ import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"

你也可以参考 [ComfyUI CLI](/zh/comfy-cli/getting-started) 来安装 ComfyUI, 它是一个命令行工具,可以方便地安装 ComfyUI 并管理其依赖。


## (可选)创建虚拟环境

<Tip>
Expand Down Expand Up @@ -85,4 +88,8 @@ git clone https://github.com/Comfy-Org/ComfyUI.git
</Step>
</Steps>

<AddExternalModels/>
<AddExternalModels/>

## 常见问题

<DockerNotice />
11 changes: 9 additions & 2 deletions zh/installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "系统要求"
description: "安装和运行 ComfyUI 的硬件和软件要求"
sidebarTitle: "系统要求"
icon: "computer"
translationSourceHash: cc08dd2f
translationSourceHash: db65e98b
translationFrom: installation/system_requirements.mdx
---

import InstallLink from "/snippets/zh/install/install-link.mdx"
import DockerNotice from "/snippets/zh/install/docker-notice.mdx"


在本篇我们将介绍安装 ComfyUI 的系统要求,由于 ComfyUI 的更新频繁,本篇文档未必能够及时更新,请参考[ComfyUI](https://github.com/Comfy-Org/ComfyUI)中的相关说明。

Expand All @@ -24,6 +26,7 @@ import InstallLink from "/snippets/zh/install/install-link.mdx"

<InstallLink/>


### Python 版本

- **Python 3.13** 支持良好,推荐使用
Expand Down Expand Up @@ -61,4 +64,8 @@ Windows 便携版目前附带 Python 3.13 和 PyTorch CUDA 13.0。如果无法

<Card title="Manual Installation" icon="book" href="/zh/installation/manual_install">
请参考手动安装章节了解详细的安装步骤。
</Card>
</Card>

## 常见问题

<DockerNotice />
Loading