Skip to content

Add Grok Imagine Video 1.5 Partner Node tutorial (EN/ZH/JA/KO) - #1078

Merged
comfyui-wiki merged 3 commits into
Comfy-Org:mainfrom
lin-bot23:docs/grok-video-tutorial
Jul 5, 2026
Merged

Add Grok Imagine Video 1.5 Partner Node tutorial (EN/ZH/JA/KO)#1078
comfyui-wiki merged 3 commits into
Comfy-Org:mainfrom
lin-bot23:docs/grok-video-tutorial

Conversation

@lin-bot23

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

Copy link
Copy Markdown
Contributor

Summary

Add a focused tutorial for the Grok Imagine Video 1.5 Partner Node — the latest video generation model from xAI/Grok, capable of producing high-quality videos with native audio from a single image input.

Changes

  • tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (EN)
  • zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (ZH)
  • ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (JA)
  • ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (KO)
  • docs.json — registered Grok subgroup in Partner Nodes sidebar (EN/ZH/JA/KO)

Note: This PR is part of a batch of new partner node tutorials. Only the Grok-specific files are included.

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 818b0523-bbbc-434f-9757-59a586d6d50f

📥 Commits

Reviewing files that changed from the base of the PR and between 79121b8 and b5d0a29.

📒 Files selected for processing (5)
  • docs.json
  • ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx

📝 Walkthrough

Walkthrough

This PR adds a new "Grok Imagine Video 1.5" tutorial page (image-to-video with native audio, using LoadImage, GrokVideoNode, and SaveVideo) in English, Chinese, Japanese, and Korean, and updates docs.json navigation to link the new pages under Partner Nodes for each locale, adjusting the ko changelog reference.

Changes

Grok Imagine Video 1.5 Tutorial Rollout

Layer / File(s) Summary
English tutorial page
tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
New MDX page with frontmatter, snippet imports, workflow overview (LoadImage, GrokVideoNode, SaveVideo), run steps, output, and tips.
Chinese tutorial page
zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Mirrors the English tutorial in Chinese with the same sections and workflow guidance.
Japanese tutorial page
ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Mirrors the English tutorial in Japanese with frontmatter, imports, and full tutorial body.
Korean tutorial page
ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Mirrors the English tutorial in Korean with metadata, imports, workflow, steps, output, and tips.
Navigation wiring
docs.json
Inserts a "Grok" group under Partner Nodes for en, zh, ja, and ko, pointing to each new page, and updates the ko changelog path.

No sequence diagram needed here — this PR is docs all the way down, no multi-component flow to draw (though I'm gnome-ing you want one anyway)!

Possibly related PRs

  • Comfy-Org/docs#1072: Both PRs modify docs.json in the same Partner Nodes navigation area, adjusting the ko changelog reference while adding different tutorial entries (Grok vs Krea 2).
🚥 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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
⚔️ Resolve merge conflicts
  • Resolve merge conflict in branch docs/grok-video-tutorial
✨ 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.

@lin-bot23 lin-bot23 changed the title Add Grok Imagine Video 1.5 Partner Node tutorial (EN/ZH/JA) Add Grok Imagine Video 1.5 Partner Node tutorial (EN/ZH/JA/KO) Jun 19, 2026
@lin-bot23
lin-bot23 force-pushed the docs/grok-video-tutorial branch from b5d0a29 to 153eaca Compare July 5, 2026 15:38

@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 5406-5415: Move the Korean Grok sidebar entry and related
changelog page out of the Japanese Partner Nodes tree and place them inside the
Korean locale block instead. Update the docs.json structure around the Grok
group so the ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5 page and
ko/changelog/index are associated with the Korean locale, not the Japanese
sidebar, preserving the Japanese Partner Nodes and changelog entries.

In `@ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx`:
- Around line 51-53: The first tip in the grok-imagine-video-1-5 tutorial is a
sentence fragment, so rewrite that bullet into a complete Korean sentence.
Update the text in the markdown list near the other tips so it reads naturally
alongside the existing guidance about prompts and seed values, keeping the same
meaning but finishing the thought.

In `@tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx`:
- Around line 10-53: The MDX copy in the Grok Imagine Video 1.5 tutorial uses em
dashes in several English sentences and bullet items, which should be replaced
with periods, commas, or colons. Update the prose in the overview, workflow
list, step list, and tips so the wording stays the same but no `—` characters
remain, especially around the GrokVideoNode, LoadImage, and SaveVideo
descriptions.
🪄 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: 818b0523-bbbc-434f-9757-59a586d6d50f

📥 Commits

Reviewing files that changed from the base of the PR and between 79121b8 and b5d0a29.

📒 Files selected for processing (5)
  • docs.json
  • ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx

@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.

Caution

Inline review comments failed to post. This is likely due to GitHub's internal server error or limits when posting large numbers of comments. If you are seeing this consistently it is likely a permissions issue. Please check "Moderation" -> "Code review limits" under your organization settings.

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 5406-5415: Move the Korean Grok sidebar entry and related
changelog page out of the Japanese Partner Nodes tree and place them inside the
Korean locale block instead. Update the docs.json structure around the Grok
group so the ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5 page and
ko/changelog/index are associated with the Korean locale, not the Japanese
sidebar, preserving the Japanese Partner Nodes and changelog entries.

In `@ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx`:
- Around line 51-53: The first tip in the grok-imagine-video-1-5 tutorial is a
sentence fragment, so rewrite that bullet into a complete Korean sentence.
Update the text in the markdown list near the other tips so it reads naturally
alongside the existing guidance about prompts and seed values, keeping the same
meaning but finishing the thought.

In `@tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx`:
- Around line 10-53: The MDX copy in the Grok Imagine Video 1.5 tutorial uses em
dashes in several English sentences and bullet items, which should be replaced
with periods, commas, or colons. Update the prose in the overview, workflow
list, step list, and tips so the wording stays the same but no `—` characters
remain, especially around the GrokVideoNode, LoadImage, and SaveVideo
descriptions.
🪄 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: 818b0523-bbbc-434f-9757-59a586d6d50f

📥 Commits

Reviewing files that changed from the base of the PR and between 79121b8 and b5d0a29.

📒 Files selected for processing (5)
  • docs.json
  • ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
  • zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
🛑 Comments failed to post (3)
docs.json (1)

5406-5415: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Move the Korean Grok entry into the Korean locale block.

This inserts ko/tutorials/... and ko/changelog/index into the Japanese Partner Nodes tree. That will misroute the Japanese sidebar and drop the Japanese changelog link.

🤖 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 5406 - 5415, Move the Korean Grok sidebar entry and
related changelog page out of the Japanese Partner Nodes tree and place them
inside the Korean locale block instead. Update the docs.json structure around
the Grok group so the ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5
page and ko/changelog/index are associated with the Korean locale, not the
Japanese sidebar, preserving the Japanese Partner Nodes and changelog entries.
ko/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (1)

51-53: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Finish the first tip sentence.

Line 51 reads like a fragment. Rewrite it as a full sentence so the Korean tip reads cleanly.

Suggested cleanup
- - 최상의 결과를 위해 고품질 입력 이미지 사용
+ - 최상의 결과를 위해 고품질 입력 이미지를 사용하세요
📝 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.

- 최상의 결과를 위해 고품질 입력 이미지를 사용하세요
- 프롬프트는 **시각적 장면**과 **움직임 역학**을 모두 설명할 때 가장 효과적입니다
- 다양한 결과를 위해 시드 값을 변경해 보세요
🧰 Tools
🪛 LanguageTool

[grammar] ~51-~51: Ensure spelling is correct
Context: ...자동으로 저장됩니다. ### 팁 - 최상의 결과를 위해 고품질 입력 이미지 사용 - 프롬프트는 시각적 장면움직임 역학을 모두 설명할 ...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 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/grok/grok-imagine-video-1-5.mdx` around lines 51 -
53, The first tip in the grok-imagine-video-1-5 tutorial is a sentence fragment,
so rewrite that bullet into a complete Korean sentence. Update the text in the
markdown list near the other tips so it reads naturally alongside the existing
guidance about prompts and seed values, keeping the same meaning but finishing
the thought.

Source: Linters/SAST tools

tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx (1)

10-53: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep the English copy free of em dashes.

As per coding guidelines, English MDX should use periods, commas, or colons instead of . This page uses em dashes in the overview, workflow bullets, and step list.

Suggested cleanup
- - **LoadImage** — provides the starting image frame
+ - **LoadImage**: provides the starting image frame
🤖 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 `@tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx` around lines 10 -
53, The MDX copy in the Grok Imagine Video 1.5 tutorial uses em dashes in
several English sentences and bullet items, which should be replaced with
periods, commas, or colons. Update the prose in the overview, workflow list,
step list, and tips so the wording stays the same but no `—` characters remain,
especially around the GrokVideoNode, LoadImage, and SaveVideo descriptions.

Source: Coding guidelines

@comfyui-wiki
comfyui-wiki merged commit 6ccea28 into Comfy-Org:main Jul 5, 2026
7 checks passed
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.

2 participants