-
Notifications
You must be signed in to change notification settings - Fork 187
docs: add ComfyUI Manager update instructions to Update page #1276
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 パートナーノード 画像編集モード | ||
|
|
||
| [更新予定] | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ title: "価格" | |||||
| description: "本記事では、現在提供中のパートナーノードの価格を一覧表示します。すべての価格はクレジット単位(211クレジット = 1米ドル)で表記されています。" | ||||||
| sidebarTitle: "価格" | ||||||
| mode: wide | ||||||
| translationSourceHash: 5df0676f | ||||||
| translationSourceHash: c864b96d | ||||||
| translationFrom: tutorials/partner-nodes/pricing.mdx | ||||||
| translationBlockHashes: | ||||||
| "_intro": 845592d4 | ||||||
|
|
@@ -31,6 +31,7 @@ translationBlockHashes: | |||||
| "Rodin 3D": 2eb41834 | ||||||
| "Runway": 94ec479a | ||||||
| "Sonilo": 48b9c581 | ||||||
| "sync.so": 590402a9 | ||||||
| "Tencent": f1efbad9 | ||||||
| "Topaz": 3eabf417 | ||||||
| "Tripo": 0d9ddbf9 | ||||||
|
|
@@ -856,6 +857,15 @@ Gen3a Turbo、Gen4 Turbo、First-Last-Frame: **5秒** または **10秒**。総 | |||||
| | Sonilo 動画から音楽生成 | 1.9 / 秒 | | ||||||
| | Sonilo テキストから音楽生成 | 0.5275 / 秒 | | ||||||
|
|
||||||
| ## sync.so | ||||||
|
|
||||||
| 総クレジット = **(クレジット / 秒) × `duration`**. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value Use a Japanese full stop ( A dot so small, it took a fall, let's use a proper ✨ Proposed punctuation tweak-総クレジット = **(クレジット / 秒) × `duration`**.
+総クレジット = **(クレジット / 秒) × `duration`**。📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| | Node | クレジット | | ||||||
| | :---------------------------- | :----------- | | ||||||
| | sync.so Lip Sync | ~40.13 / sec | | ||||||
| | sync.so Talking Image | ~40.13 / sec | | ||||||
|
|
||||||
| ## Tencent | ||||||
|
|
||||||
| **`3.1`** は **`3.0`** と同じレートを使用しますが、LowPolyをサポートしていません。 | ||||||
|
|
||||||
| 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로 드래그하여 워크플로를 로드하세요: | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value Improve sentence flow by avoiding repetitive verbs. A double 'hayeo' is a bit of a bore, let's fix it up so it flows much more! 🪄 Avoiding the repetition of "하여" makes the sentence sound more natural. ✨ Proposed flow adjustment-다음 파일을 다운로드하여 ComfyUI로 드래그하여 워크플로를 로드하세요:
+다음 파일을 다운로드한 후 ComfyUI로 드래그하여 워크플로를 로드하세요:📝 Committable suggestion
Suggested change
🧰 Tools🤖 Prompt for AI Agents |
||||||
|
|
||||||
|  | ||||||
|
|
||||||
| ### 2. 워크플로 단계 완료 | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 번호가 매겨진 단계에 따라 기본 워크플로를 완료하세요: | ||||||
| 1. `Ideogram V3` 노드의 `prompt` 필드에 이미지 설명을 입력하세요 | ||||||
| 2. `Run`을 클릭하거나 단축키 `Ctrl(cmd) + Enter`를 사용하여 이미지를 생성하세요 | ||||||
| 3. API가 결과를 반환한 후, `Save Image` 노드에서 생성된 이미지를 확인하세요. 이미지는 `ComfyUI/output/` 디렉토리에 저장됩니다 | ||||||
|
|
||||||
| ## Ideogram 3.0 파트너 노드 이미지 편집 모드 | ||||||
|
|
||||||
| [업데이트 예정] | ||||||
| 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. 点击 `运行` 或使用快捷键 `Ctrl(Cmd) + Enter` 生成图像 | ||
| 3. API 返回结果后,在 `保存图像` 节点中查看已生成的图像。图像会保存到 `ComfyUI/output/` 目录 | ||
|
|
||
| ## Ideogram 3.0 合作节点图像编辑模式 | ||
|
|
||
| [待更新] |

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.
📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value
Capitalize
cmdtoCmdfor consistency.A little letter, small and shy, let's make it big to catch the eye! 🪄
Cmdis typically capitalized as seen in the Chinese translation.ja/tutorials/partner-nodes/ideogram/ideogram-v3.mdx#L37-L37: changeCtrl(cmd)toCtrl(Cmd).ko/tutorials/partner-nodes/ideogram/ideogram-v3.mdx#L37-L37: changeCtrl(cmd)toCtrl(Cmd).✨ Proposed tweaks
ja/tutorials/partner-nodes/ideogram/ideogram-v3.mdx:
ko/tutorials/partner-nodes/ideogram/ideogram-v3.mdx:
📝 Committable suggestion
📍 Affects 2 files
ja/tutorials/partner-nodes/ideogram/ideogram-v3.mdx#L37-L37(this comment)ko/tutorials/partner-nodes/ideogram/ideogram-v3.mdx#L37-L37🤖 Prompt for AI Agents