docs: add ComfyUI v0.28.3, v0.30.0, and v0.30.1 changelog - #1346
Conversation
Document MiniMax-H3, Pruna LTX VAE, Comfy Kitchen AMD, partner node updates, and patch releases with zh/ja/ko translations.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
📝 WalkthroughWalkthroughChangesRelease changelog updates
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 `@changelog/index.mdx`:
- Around line 104-111: Update the v0.28.3 changelog entry to remove the
OpenRouter PR `#15021` and Anthropic PR `#15023` entries, leaving them under
v0.29.0. Retain the Gemini Video Omni entry only with its backport designation
or link it to the corresponding backport commit.
🪄 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: 92d532ba-4fce-48f7-84af-779485909e48
📒 Files selected for processing (4)
changelog/index.mdxja/changelog/index.mdxko/changelog/index.mdxzh/changelog/index.mdx
| <Update label="v0.28.3" description="July 22, 2026"> | ||
|
|
||
| **Partner Node Updates** | ||
| * [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Pass videos as inline data in Gemini Omni partner node | ||
| * [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): New OpenRouter models | ||
| * [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): New Anthropic models | ||
|
|
||
| </Update> |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
for pr in 15014 15021 15023; do
printf '\nPR #%s\n' "$pr"
rg -n "pull/$pr" changelog/index.mdx
doneRepository: Comfy-Org/docs
Length of output: 980
🌐 Web query:
GitHub Comfy-Org ComfyUI pull 15014 backport 0.28.3
💡 Result:
Pull request #15014 in the ComfyUI repository is a fix for Gemini-Omni nodes [1]. It changes how videos are sent to the Gemini Interactions API by passing them as inline base64 data instead of URLs, which were no longer supported by the API [1][2]. This pull request was merged on July 21, 2026 [1]. Regarding version 0.28.3, while there is a noted discrepancy where some users may see "0.28.3" as the stable version within the ComfyUI interface despite the latest GitHub release being 0.28.0 [3], the repository maintains a system for backporting fixes to stable releases [4][5]. Pull request #15014 is part of the commit history that followed the 0.28.0 release [1][6], and such fixes are often included in subsequent patch releases (e.g., v0.28.x) through the established backporting process [4][7].
Citations:
- 1: [Partner Nodes] fix(Gemini-Omni): pass videos as inline data ComfyUI#15014
- 2: Comfy-Org/ComfyUI@78b43d2
- 3: Mess with stable versions ComfyUI#15100
- 4: https://github.com/comfy-org/comfyui
- 5: https://github.com/comfyanonymous/comfyui/
- 6: Comfy-Org/ComfyUI@v0.28.3...v0.29.0
- 7: ComfyUI backport release v0.27.1 ComfyUI#14839
🌐 Web query:
GitHub Comfy-Org ComfyUI pull 15021 backport 0.28.3
💡 Result:
Pull Request #15021 in the Comfy-Org/ComfyUI repository is a feature implementation titled "[Partner Nodes] feat(Openrouter): add new models" [1]. This PR was created and merged on July 22, 2026, by author bigcat88 [1][2]. It updated the OpenRouter node configuration to include new model identifiers, adjust token pricing (applying a 1.43 multiplier to reported usage costs), and refine schema descriptions [1]. Regarding the connection to version 0.28.3, GitHub repository data indicates that PR #15021 is included in the commits that occurred after the v0.28.3 release, specifically as part of the development leading toward the v0.29.0 release [3][4]. While some users have reported discrepancies regarding the stable version string displayed within the ComfyUI interface relative to official GitHub releases (such as v0.28.0) [5], the official commit history shows that PR #15021 is not part of the v0.28.3 tag, but is instead included in the subsequent v0.29.0 update [3][4].
Citations:
- 1: [Partner Nodes] feat(Openrouter): add new models ComfyUI#15021
- 2: Comfy-Org/ComfyUI@ba5226d
- 3: Comfy-Org/ComfyUI@v0.28.3...v0.29.0
- 4: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.29.0
- 5: Mess with stable versions ComfyUI#15100
🌐 Web query:
GitHub Comfy-Org ComfyUI pull 15023 backport 0.28.3
💡 Result:
GitHub Pull Request #15023 in the Comfy-Org/ComfyUI repository, titled "[Partner Nodes] feat(Anthropic): add new models," was a feature addition that added support for Anthropic's Claude 4.8 and 5 series models [1][2]. This PR was merged on July 22, 2026 [1]. While some users have reported discrepancies regarding the versioning of ComfyUI (with some environments displaying 0.28.3 while GitHub release tags show 0.28.0) [3], PR #15023 is part of the development history that follows version 0.28.3, appearing in the comparison leading up to version 0.29.0 [4][5]. It is not a backport to 0.28.3, but rather a standard feature contribution merged into the development branch after the 0.28.x series was established [1][4][5].
Citations:
- 1: [Partner Nodes] feat(Anthropic): add new models ComfyUI#15023
- 2: Comfy-Org/ComfyUI@f6d30bc
- 3: Mess with stable versions ComfyUI#15100
- 4: Comfy-Org/ComfyUI@v0.28.3...v0.29.0
- 5: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.29.0
Remove the duplicate PR entries from v0.28.3.
PR #15014 is fixed as a backport commit, but PRs #15021 and #15023 were merged after v0.28.3 into the v0.29.0 line. Keep those under v0.29.0 and either label #15014 as a backport or replace the link with the backport commit. This keeps each changelog entry tied to the right release.
🤖 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 `@changelog/index.mdx` around lines 104 - 111, Update the v0.28.3 changelog
entry to remove the OpenRouter PR `#15021` and Anthropic PR `#15023` entries,
leaving them under v0.29.0. Retain the Gemini Video Omni entry only with its
backport designation or link it to the corresponding backport commit.
Source: MCP tools
Summary
Test plan