Skip to content

Add Krea 2 Partner Node tutorial (EN/ZH/JA/KO)#1072

Open
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:docs/krea2-api-tutorial
Open

Add Krea 2 Partner Node tutorial (EN/ZH/JA/KO)#1072
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:docs/krea2-api-tutorial

Conversation

@lin-bot23

@lin-bot23 lin-bot23 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Add a tutorial for the Krea 2 Partner Node templates:

  • api_krea2_t2i (Text to Image)
  • api_krea2_style_reference (Style Reference)

Changes

  • tutorials/partner-nodes/krea2/krea2-t2i.mdx (EN)
  • zh/tutorials/partner-nodes/krea2/krea2-t2i.mdx (ZH)
  • ja/tutorials/partner-nodes/krea2/krea2-t2i.mdx (JA)
  • ko/tutorials/partner-nodes/krea2/krea2-t2i.mdx (KO)
  • docs.json — registered Krea2 subgroup in Partner Nodes sidebar (EN/ZH/JA/KO)

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Adds a Krea 2 Text-to-Image partner node tutorial in English, Chinese, Japanese, and Korean — each covering workflow steps, node parameters, style reference usage, and Comfy Cloud links. Navigation entries for these pages are added to docs.json, but the Japanese nav block incorrectly uses ko/ path prefixes and the changelog reference was changed from ja/ to ko/.

Changes

Krea 2 Tutorial Pages and Navigation

Layer / File(s) Summary
English Krea 2 tutorial content
tutorials/partner-nodes/krea2/krea2-t2i.mdx
New MDX tutorial with frontmatter, intro text, Comfy Cloud and download cards, node doc cards, text-to-image workflow steps and parameter table (prompt, model, aspect_ratio, resolution, creativity, moodboard fields, seed), style reference workflow steps, and additional notes on limits and platform availability.
Localized tutorial pages (zh, ja, ko)
zh/tutorials/partner-nodes/krea2/krea2-t2i.mdx, ja/tutorials/partner-nodes/krea2/krea2-t2i.mdx, ko/tutorials/partner-nodes/krea2/krea2-t2i.mdx
Chinese, Japanese, and Korean translations of the same tutorial structure — frontmatter, workflow intro, run/download cards, node parameter table, style reference workflow, and usage notes including moodboard UUID requirements and subscriber platform notes.
docs.json navigation wiring
docs.json
Adds "Krea 2" nav groups for English (tutorials/...) and Chinese (zh/tutorials/...) correctly. The Japanese nav block incorrectly references ko/tutorials/partner-nodes/krea2/krea2-t2i instead of ja/..., and the adjacent changelog slug was changed from ja/changelog/index to ko/changelog/index. A separate block adds a ko/ Krea 2 entry.

⚠️ Path pun incoming: The Japanese nav entries are trying to "ko" to the wrong place — they're pointing at Korean paths (ko/...) instead of Japanese ones (ja/...). The changelog slug shift from ja/ to ko/ follows the same slip. These look like copy-paste errors worth rhyming out before merge!

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🤖 Prompt for all review comments with 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.

Inline comments:
In `@docs.json`:
- Around line 5386-5394: The Korean navigation paths
(ko/tutorials/partner-nodes/krea2/krea2-t2i and ko/changelog/index) are
incorrectly placed within the Japanese language navigation block (language: "ja"
section). Remove the entire "Krea 2" group containing the Korean path from this
Japanese block and move it to the appropriate Korean language navigation section
instead. This will correct the locale mismatch and eliminate the duplicate group
definition.

In `@ja/tutorials/partner-nodes/krea2/krea2-t2i.mdx`:
- Around line 1-5: In docs.json, locate the Japanese nav block and identify the
duplicate Krea 2 entries in the partner nodes section around lines 5306 and
5387. Remove the duplicate entry that references the Korean locale path
(ko/tutorials/partner-nodes/krea2/krea2-t2i) and keep only the correct Japanese
locale path (ja/tutorials/partner-nodes/krea2/krea2-t2i). Additionally, find the
changelog reference around line 5394 within the Japanese nav section that
currently points to ko/changelog/index and change it to ja/changelog/index to
ensure Japanese users are consistently routed to Japanese locale resources.

In `@ko/tutorials/partner-nodes/krea2/krea2-t2i.mdx`:
- Line 4: The sidebarTitle field in the krea2-t2i.mdx file is in English while
the title and description fields are in Korean, creating inconsistency in the
navigation sidebar locale. Translate the sidebarTitle value from English to
Korean to match the localization of the other metadata fields in the document
and ensure consistent Korean language throughout the sidebar navigation.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 8eac43b3-8032-4f13-9824-3e0d9e9c485e

📥 Commits

Reviewing files that changed from the base of the PR and between 4542161 and b579f79.

📒 Files selected for processing (5)
  • docs.json
  • ja/tutorials/partner-nodes/krea2/krea2-t2i.mdx
  • ko/tutorials/partner-nodes/krea2/krea2-t2i.mdx
  • tutorials/partner-nodes/krea2/krea2-t2i.mdx
  • zh/tutorials/partner-nodes/krea2/krea2-t2i.mdx

Comment thread docs.json
Comment on lines +5386 to +5394
{
"group": "Krea 2",
"pages": [
"ko/tutorials/partner-nodes/krea2/krea2-t2i"
]
}
]
},
"ja/changelog/index"
"ko/changelog/index"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Fix misplaced Korean paths inside the Japanese navigation block.

Line 5389 and Line 5394 point to ko/... inside the language: "ja" section, and Line 5386-5391 introduces a duplicate “Krea 2” group there. This locale mix-up will misroute Japanese nav links (a small typo, a big trip — path math gone bad).

Suggested fix
-                  {
-                    "group": "Krea 2",
-                    "pages": [
-                      "ko/tutorials/partner-nodes/krea2/krea2-t2i"
-                    ]
-                  }
+                  
                 ]
               },
-              "ko/changelog/index"
+              "ja/changelog/index"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
"group": "Krea 2",
"pages": [
"ko/tutorials/partner-nodes/krea2/krea2-t2i"
]
}
]
},
"ja/changelog/index"
"ko/changelog/index"
]
},
"ja/changelog/index"
🤖 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 `@docs.json` around lines 5386 - 5394, The Korean navigation paths
(ko/tutorials/partner-nodes/krea2/krea2-t2i and ko/changelog/index) are
incorrectly placed within the Japanese language navigation block (language: "ja"
section). Remove the entire "Krea 2" group containing the Korean path from this
Japanese block and move it to the appropriate Korean language navigation section
instead. This will correct the locale mismatch and eliminate the duplicate group
definition.

Comment on lines +1 to +5
---
title: "Krea 2 テキストから画像 Partner Nodes ComfyUI 公式例"
description: "ComfyUI で Krea 2 Text to Image Partner Node を使用する方法を解説します"
sidebarTitle: "Krea 2 テキストから画像"
---

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify locale wiring in docs.json (read-only).
# Expected: Japanese block should reference ja/... paths, not ko/...
rg -n -C3 'changelog/index|tutorials/partner-nodes/krea2/krea2-t2i|ko/|ja/' docs.json

Repository: Comfy-Org/docs

Length of output: 50371


Fix duplicate Krea 2 entry wired to Korean locale in docs.json.

The Japanese nav block in docs.json contains two "Krea 2" entries in the partner nodes section (lines ~5306 and ~5387)—one correctly referencing ja/tutorials/partner-nodes/krea2/krea2-t2i, and one pointing to ko/... (Korean). Similarly, the changelog at line ~5394 references ko/changelog/index instead of ja/changelog/index. This routing detour would send Japanese users down a Korean path and break navigation. Remove the duplicate Korean-locale entry and correct the changelog reference to use ja/ paths.

🤖 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 `@ja/tutorials/partner-nodes/krea2/krea2-t2i.mdx` around lines 1 - 5, In
docs.json, locate the Japanese nav block and identify the duplicate Krea 2
entries in the partner nodes section around lines 5306 and 5387. Remove the
duplicate entry that references the Korean locale path
(ko/tutorials/partner-nodes/krea2/krea2-t2i) and keep only the correct Japanese
locale path (ja/tutorials/partner-nodes/krea2/krea2-t2i). Additionally, find the
changelog reference around line 5394 within the Japanese nav section that
currently points to ko/changelog/index and change it to ja/changelog/index to
ensure Japanese users are consistently routed to Japanese locale resources.

---
title: "Krea 2 텍스트 투 이미지 Partner Node ComfyUI 공식 예제"
description: "이 가이드는 ComfyUI에서 Krea 2 텍스트 투 이미지 Partner Node를 사용하는 방법을 설명합니다"
sidebarTitle: "Krea 2 Text to Image"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Localize sidebarTitle to Korean for nav consistency.

title/description are Korean, but sidebarTitle is English. Keeping locale strings in sync avoids a mixed-language sidebar (and that rhyme is on time).

Suggested patch
-sidebarTitle: "Krea 2 Text to Image"
+sidebarTitle: "Krea 2 텍스트 투 이미지"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
sidebarTitle: "Krea 2 Text to Image"
sidebarTitle: "Krea 2 텍스트 투 이미지"
🤖 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 `@ko/tutorials/partner-nodes/krea2/krea2-t2i.mdx` at line 4, The sidebarTitle
field in the krea2-t2i.mdx file is in English while the title and description
fields are in Korean, creating inconsistency in the navigation sidebar locale.
Translate the sidebarTitle value from English to Korean to match the
localization of the other metadata fields in the document and ensure consistent
Korean language throughout the sidebar navigation.

@lin-bot23 lin-bot23 changed the title Add Krea 2 Partner Node tutorial (EN/ZH/JA) Add Krea 2 Partner Node tutorial (EN/ZH/JA/KO) Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant