Skip to content

docs: add ComfyUI v0.28.3, v0.30.0, and v0.30.1 changelog - #1346

Merged
comfyui-wiki merged 1 commit into
mainfrom
docs/changelog-v0.30.x
Aug 3, 2026
Merged

docs: add ComfyUI v0.28.3, v0.30.0, and v0.30.1 changelog#1346
comfyui-wiki merged 1 commit into
mainfrom
docs/changelog-v0.30.x

Conversation

@comfyui-wiki

Copy link
Copy Markdown
Member

Summary

  • Add docs changelog entries for v0.30.0 (MiniMax-H3, Pruna LTX VAE, weight pinning, Comfy Kitchen AMD, partner nodes, and related fixes), v0.30.1 (frontend 1.47.12), and v0.28.3 (partner node patch)
  • Translate new blocks to zh / ja / ko

Test plan

  • Preview changelog pages (EN / zh / ja / ko) for v0.28.3, v0.30.0, and v0.30.1
  • Confirm Mintlify build passes

Document MiniMax-H3, Pruna LTX VAE, Comfy Kitchen AMD, partner node updates, and patch releases with zh/ja/ko translations.
@mintlify

mintlify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
comfy 🟢 Ready View Preview Aug 3, 2026, 6:27 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Changes

Release changelog updates

Layer / File(s) Summary
English release notes
changelog/index.mdx
Added release entries for v0.30.1, v0.30.0, and v0.28.3.
Translation metadata
ja/changelog/index.mdx, ko/changelog/index.mdx, zh/changelog/index.mdx
Updated source hashes and release block hashes for the new entries.
Localized release notes
ja/changelog/index.mdx, ko/changelog/index.mdx, zh/changelog/index.mdx
Added Japanese, Korean, and Chinese notes for frontend updates, model support, node updates, partner integrations, performance changes, stability changes, and bug fixes. Tiny changelog, tidy rhyme.

Possibly related PRs

Suggested reviewers: lin-bot23, guill, onevth

🚥 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
  • Commit unit tests in branch docs/changelog-v0.30.x
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch docs/changelog-v0.30.x

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.

@comfyui-wiki
comfyui-wiki merged commit 5af8a27 into main Aug 3, 2026
10 of 11 checks passed
@github-actions
github-actions Bot deleted the docs/changelog-v0.30.x branch August 3, 2026 06:28

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

📥 Commits

Reviewing files that changed from the base of the PR and between 0437342 and e4a9b08.

📒 Files selected for processing (4)
  • changelog/index.mdx
  • ja/changelog/index.mdx
  • ko/changelog/index.mdx
  • zh/changelog/index.mdx

Comment thread changelog/index.mdx
Comment on lines +104 to +111
<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>

Copy link
Copy Markdown

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

🧩 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
done

Repository: 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:


🌐 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:


🌐 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:


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

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