-
Notifications
You must be signed in to change notification settings - Fork 186
docs: add Docker FAQ to troubleshooting overview page #1245
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
lin-bot23
wants to merge
1
commit into
Comfy-Org:main
Choose a base branch
from
lin-bot23:analytics-fix/2026-07-10-docker-faq
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| title: "ComfyUI Ideogram 3.0 パートナーノード公式例" | ||
| description: "このガイドでは、ComfyUIでIdeogram 3.0パートナーノードを使用する方法について説明します。" | ||
| sidebarTitle: "Ideogram 3.0" | ||
| translationSourceHash: 13e120c5 | ||
| translationFrom: tutorials/partner-nodes/ideogram/ideogram-v3.mdx | ||
| --- | ||
|
|
||
| import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; | ||
| import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"; | ||
|
|
||
| Ideogram 3.0は、Ideogramによる強力なテキストから画像へのモデルであり、フォトリアリスティックな品質、正確なテキストレンダリング、一貫したスタイルコントロールで知られています。 | ||
|
|
||
| Ideogram V3ノードは現在、次の2つのモードをサポートしています: | ||
| - テキストから画像へのモード | ||
| - 画像編集モード(画像とマスクの両方の入力が提供された場合) | ||
|
|
||
| <ReqHint/> | ||
| <UpdateReminder/> | ||
|
|
||
| ## Ideogram 3.0 パートナーノード テキストから画像へのモード | ||
|
|
||
| 画像とマスクの入力を使用せずにIdeogram V3を使用する場合、ノードはテキストから画像へのモードで動作します。 | ||
|
|
||
| ### 1. ワークフローファイルのダウンロード | ||
|
|
||
| 以下のファイルをダウンロードしてComfyUIにドラッグし、ワークフローを読み込みます: | ||
|
|
||
|  | ||
|
|
||
| ### 2. ワークフローのステップを実行 | ||
|
|
||
|  | ||
|
|
||
| 番号付きのステップに従って基本的なワークフローを完了します: | ||
| 1. `Ideogram V3`ノードの`prompt`フィールドに画像の説明を入力します | ||
| 2. `Run`をクリックするか、ショートカット`Ctrl(cmd) + Enter`を使用して画像を生成します | ||
| 3. APIが結果を返した後、`Save Image`ノードで生成済み画像を表示します。画像は`ComfyUI/output/`ディレクトリに保存されます。 | ||
|
|
||
| ## Ideogram 3.0 パートナーノード 画像編集モード | ||
|
|
||
| 更新予定 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| title: "ComfyUI Ideogram 3.0 파트너 노드 공식 예제" | ||
| description: "이 가이드에서는 ComfyUI에서 Ideogram 3.0 파트너 노드를 사용하는 방법을 설명합니다." | ||
| sidebarTitle: "Ideogram 3.0" | ||
| translationSourceHash: 13e120c5 | ||
| translationFrom: tutorials/partner-nodes/ideogram/ideogram-v3.mdx | ||
| --- | ||
|
|
||
| import ReqHint from "/snippets/ko/tutorials/partner-nodes/req-hint.mdx"; | ||
| import UpdateReminder from "/snippets/ko/tutorials/update-reminder.mdx"; | ||
|
|
||
| Ideogram 3.0은 Ideogram의 강력한 텍스트 기반 이미지 생성 모델로, 사실적인 품질, 정확한 텍스트 렌더링 및 일관된 스타일 제어로 잘 알려져 있습니다. | ||
|
|
||
| Ideogram V3 노드는 현재 두 가지 모드를 지원합니다: | ||
| - 텍스트 기반 이미지 생성 모드 | ||
| - 이미지 편집 모드(이미지와 마스크 입력이 모두 제공될 때) | ||
|
|
||
| <ReqHint/> | ||
| <UpdateReminder/> | ||
|
|
||
| ## Ideogram 3.0 파트너 노드 텍스트 기반 이미지 생성 모드 | ||
|
|
||
| 이미지와 마스크 입력 없이 Ideogram V3를 사용할 경우, 노드는 텍스트 기반 이미지 생성 모드로 작동합니다. | ||
|
|
||
| ### 1. 워크플로 파일 다운로드 | ||
|
|
||
| 다음 파일을 다운로드하여 ComfyUI로 끌어다 놓으면 워크플로가 로드됩니다: | ||
|
|
||
|  | ||
|
|
||
| ### 2. 워크플로 단계 완료 | ||
|
|
||
|  | ||
|
|
||
| 번호가 매겨진 단계에 따라 기본 워크플로를 완료하세요: | ||
| 1. `Ideogram V3` 노드의 `prompt` 필드에 이미지 설명을 입력합니다. | ||
| 2. `실행`을 클릭하거나 단축키 `Ctrl(Cmd) + Enter`를 눌러 이미지를 생성합니다. | ||
| 3. API가 결과를 반환한 후, `이미지 저장` 노드에서 생성된 이미지를 확인합니다. 이미지는 `ComfyUI/output/` 디렉토리에 저장됩니다. | ||
|
|
||
| ## Ideogram 3.0 파트너 노드 이미지 편집 모드 | ||
|
|
||
| [업데이트 예정] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| title: "ComfyUI Ideogram 3.0 合作节点官方示例" | ||
| description: "本指南介绍如何在ComfyUI中使用Ideogram 3.0合作节点" | ||
| sidebarTitle: "Ideogram 3.0" | ||
| translationSourceHash: 13e120c5 | ||
| translationFrom: tutorials/partner-nodes/ideogram/ideogram-v3.mdx | ||
| --- | ||
|
|
||
| import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; | ||
| import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; | ||
|
|
||
| Ideogram 3.0 是由 Ideogram 开发的强大文生图模型,以其逼真的画质、准确的文字渲染和稳定的风格控制而闻名。 | ||
|
|
||
| Ideogram V3 节点目前支持两种模式: | ||
| - 文生图模式 | ||
| - 图像编辑模式(当同时提供图像和遮罩输入时) | ||
|
|
||
| <ReqHint/> | ||
| <UpdateReminder/> | ||
|
|
||
| ## Ideogram 3.0 合作节点文生图模式 | ||
|
|
||
| 当使用 Ideogram V3 而不提供图像和遮罩输入时,节点将运行在文生图模式。 | ||
|
|
||
| ### 1. 下载工作流文件 | ||
|
|
||
| 下载以下文件并将其拖入 ComfyUI 以加载工作流: | ||
|
|
||
|  | ||
|
|
||
| ### 2. 完成工作流步骤 | ||
|
|
||
|  | ||
|
|
||
| 按照编号步骤完成基本工作流: | ||
| 1. 在 `Ideogram V3` 节点的 `prompt` 字段中输入图像描述 | ||
| 2. 点击 `Run` 或使用快捷键 `Ctrl(cmd) + Enter` 生成图像 | ||
| 3. 在 API 返回结果之后,在 `保存图像` 节点中查看已生成的图像。图像将保存到 `ComfyUI/output/` 目录 | ||
|
|
||
| ## Ideogram 3.0 合作节点图像编辑模式 | ||
|
|
||
| [待更新] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Translation omits "on Linux" qualifier from the English source.
The English version says "For local installation on Linux, follow the Manual Installation Guide," but the Japanese translation says "ローカルインストールの場合は" without the Linux qualifier. The Korean and Chinese translations also omit it. Decide whether the "on Linux" restriction is intentional and ensure all locales are consistent.
🤖 Prompt for AI Agents