Skip to content

Update README (CORE-144)#13679

Merged
alexisrolland merged 6 commits intomasterfrom
alexis/update-readme
May 3, 2026
Merged

Update README (CORE-144)#13679
alexisrolland merged 6 commits intomasterfrom
alexis/update-readme

Conversation

@alexisrolland
Copy link
Copy Markdown
Member

@alexisrolland alexisrolland commented May 3, 2026

  • Update screenshot to use nodes 2.0
  • Update introduction to emphasize key features and products
  • Add Ernie Image model

Updated the README to include a new screenshot and improved description.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The README hero tagline was changed to “powerful and modular AI engine for content creation.” The markdown screenshot was replaced by an HTML <img> element with explicit width and height and an updated image source. The hero paragraph was replaced by a new positioning sentence followed by a five-item bulleted list describing: native open-source model support; API-node access to closed-source models; Windows/Linux/macOS availability (desktop or cloud); App Mode workflow exposure; and production integration via API endpoints.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update README' is vague and generic, using non-descriptive language that doesn't convey what specific changes or improvements are being made. Use a more specific title like 'Update README with nodes 2.0 screenshot and feature highlights' to clearly communicate the main changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
Description check ✅ Passed The pull request description is directly related to the changeset, accurately describing the README updates made to the introduction and screenshot.

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

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get your free trial and get 200 agent minutes per Slack user (a $50 value).


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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (3)
README.md (3)

42-42: ⚡ Quick win

“Production pipelines” framing should include a security caveat/pointer.

Line [42] claims the API endpoints “integrate seamlessly into production pipelines,” but the provided OpenAPI context notes that the Comfy-User header “is not a security mechanism” (no authentication/authorization behind it). Even if you don’t want to fully explain auth in the hero, adding a brief pointer/caveat to the API/security documentation would prevent a common misunderstanding about what “production-ready” means in multi-user contexts.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 42, Update the hero line "It integrates seamlessly into
production pipelines with our API endpoints." to add a brief security caveat and
a pointer to the API/security docs: mention that the Comfy-User header is not an
authentication mechanism and recommend consulting the API/security section for
recommended authentication and authorization practices; ensure the text
concisely warns about multi-user production use and links or references the
OpenAPI/security documentation.

39-39: ⚡ Quick win

Align the API-nodes bullet with the documented “optional/disable” behavior.

Line [39] says API nodes provide access to closed-source models, but it doesn’t mention that API nodes are optional (and can be disabled with --disable-api-nodes, which is documented elsewhere in this same README). Add a short qualifier or link so the hero copy matches the actual behavior users will encounter.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 39, Update the README sentence that currently reads "API
nodes provide access to the best closed source models such as Nano Banana,
Seedance, Hunyuan3D, etc." to mention that API nodes are optional and can be
disabled; specifically, change or append that sentence (the "API nodes provide
access..." hero copy) to include a short qualifier like "optional (can be
disabled with --disable-api-nodes)" or a link to the README section that
documents the --disable-api-nodes flag so the hero text matches the actual
behavior users will encounter.

37-42: ⚡ Quick win

Tighten unverifiable marketing claims (avoid “latest” / “best”).

The new hero paragraph/bullets use very absolute phrasing (“latest … state of the art” and “best closed source models”). This tends to go stale quickly and can mislead compared to how model support typically works in ComfyUI.

Consider rewording to something less brittle (e.g., “supports a wide range of state-of-the-art open-source models” / “access to closed-source models via API nodes”) and/or linking to the actual canonical support lists/docs.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 37 - 42, Replace the absolute marketing phrases in
the README hero and bullets: change the sentence containing "ComfyUI natively
supports the latest open-source state of the art models." to a more measured
phrasing like "ComfyUI supports a wide range of state-of-the-art open-source
models," and change the bullet "API nodes provide access to the best closed
source models such as Nano Banana, Seedance, Hunyuan3D, etc." to something like
"API nodes provide access to closed-source models via API integrations." Also
update any other absolute claims (e.g., "The most sophisticated workflow...") to
less superlative language and add a pointer to the canonical support list or
docs (e.g., "see supported models in our docs") so readers can verify current
compatibility.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Line 42: Update the hero line "It integrates seamlessly into production
pipelines with our API endpoints." to add a brief security caveat and a pointer
to the API/security docs: mention that the Comfy-User header is not an
authentication mechanism and recommend consulting the API/security section for
recommended authentication and authorization practices; ensure the text
concisely warns about multi-user production use and links or references the
OpenAPI/security documentation.
- Line 39: Update the README sentence that currently reads "API nodes provide
access to the best closed source models such as Nano Banana, Seedance,
Hunyuan3D, etc." to mention that API nodes are optional and can be disabled;
specifically, change or append that sentence (the "API nodes provide access..."
hero copy) to include a short qualifier like "optional (can be disabled with
--disable-api-nodes)" or a link to the README section that documents the
--disable-api-nodes flag so the hero text matches the actual behavior users will
encounter.
- Around line 37-42: Replace the absolute marketing phrases in the README hero
and bullets: change the sentence containing "ComfyUI natively supports the
latest open-source state of the art models." to a more measured phrasing like
"ComfyUI supports a wide range of state-of-the-art open-source models," and
change the bullet "API nodes provide access to the best closed source models
such as Nano Banana, Seedance, Hunyuan3D, etc." to something like "API nodes
provide access to closed-source models via API integrations." Also update any
other absolute claims (e.g., "The most sophisticated workflow...") to less
superlative language and add a pointer to the canonical support list or docs
(e.g., "see supported models in our docs") so readers can verify current
compatibility.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6573e539-3aa0-4640-9532-eab8ab070f95

📥 Commits

Reviewing files that changed from the base of the PR and between ef6722f and 16d9c2c.

📒 Files selected for processing (1)
  • README.md

Updated the screenshot in the README to a new image.
@alexisrolland alexisrolland merged commit f6d5068 into master May 3, 2026
21 checks passed
@alexisrolland alexisrolland deleted the alexis/update-readme branch May 3, 2026 05:51
@alexisrolland alexisrolland changed the title Update README Update README (CORE-144) May 4, 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.

3 participants