Skip to content

Update workflow templates to v0.9.18#12857

Merged
comfyanonymous merged 2 commits intoComfy-Org:masterfrom
comfyui-wiki:update-comfyui-workflow-templates-0.9.16-20260310-053431
Mar 10, 2026
Merged

Update workflow templates to v0.9.18#12857
comfyanonymous merged 2 commits intoComfy-Org:masterfrom
comfyui-wiki:update-comfyui-workflow-templates-0.9.16-20260310-053431

Conversation

@comfyui-wiki
Copy link
Member

Update workflow templates to v0.9.16

📦 Package Information

📝 Changes

Updated dependency version in requirements.txt:

- comfyui-workflow-templates==0.9.11
+ comfyui-workflow-templates==0.9.16

This is an automated draft PR created by the auto-pr-script

@socket-security
Copy link

socket-security bot commented Mar 9, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcomfyui-workflow-templates@​0.9.11 ⏵ 0.9.12100100100 +3100100

View full report

@comfyui-wiki comfyui-wiki changed the title Update workflow templates to v0.9.16 Update workflow templates to v0.9.18 Mar 9, 2026
@comfyui-wiki comfyui-wiki marked this pull request as ready for review March 9, 2026 23:02
@coderabbitai
Copy link

coderabbitai bot commented Mar 9, 2026

📝 Walkthrough

Walkthrough

This pull request updates the comfyui-workflow-templates package version in requirements.txt from 0.9.11 to 0.9.18. No other dependencies are added, removed, or modified. The change consists of a single version specification update with no alterations to the overall dependency structure or other project configuration files.

🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description references v0.9.16 with PyPI and release links, but the actual code change updates to v0.9.18, creating a mismatch. Update the description to match the actual version being deployed (v0.9.18) and provide corresponding PyPI and release links.
Title check ❓ Inconclusive The title states v0.9.18 while the description and initial commits reference v0.9.16, creating confusion about the actual target version. Clarify whether the intended version is v0.9.16 or v0.9.18, as the title, description, and commit messages conflict.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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


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

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@requirements.txt`:
- Line 2: The requirements.txt entry comfyui-workflow-templates==0.9.18 does not
match the PR description which references v0.9.16; update either the PR
description to state v0.9.18 or change the requirements.txt line
(comfyui-workflow-templates==...) to v0.9.16 so the text and code are
consistent, and ensure any linked resources and changelog entries reflect the
chosen version.
- Line 2: The requirements line pins an unavailable version for
comfyui-workflow-templates; update the dependency entry
"comfyui-workflow-templates==0.9.18" to a valid released version (e.g.,
"comfyui-workflow-templates==0.9.14") so installations succeed, and run pip
install -r requirements.txt or your dependency check to verify resolution.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 314b860f-d974-418f-9c4c-9e9ed7e2c65a

📥 Commits

Reviewing files that changed from the base of the PR and between 06f85e2 and dc31155.

📒 Files selected for processing (1)
  • requirements.txt

@@ -1,5 +1,5 @@
comfyui-frontend-package==1.39.19
comfyui-workflow-templates==0.9.11
comfyui-workflow-templates==0.9.18
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version mismatch between PR description and actual code.

The PR description and linked resources reference v0.9.16, but the actual update is to v0.9.18. This inconsistency may confuse reviewers and could indicate that the PR description wasn't updated after the second commit.

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

In `@requirements.txt` at line 2, The requirements.txt entry
comfyui-workflow-templates==0.9.18 does not match the PR description which
references v0.9.16; update either the PR description to state v0.9.18 or change
the requirements.txt line (comfyui-workflow-templates==...) to v0.9.16 so the
text and code are consistent, and ensure any linked resources and changelog
entries reflect the chosen version.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

comfyui-workflow-templates changelog breaking changes versions 0.9.11 to 0.9.18

💡 Result:

As of March 9, 2026, the Comfy-Org/workflow_templates repo has releases v0.9.11 → v0.9.14 (and a v0.9.15 tag), but no v0.9.18 release/tag is present. (github.com)

Changelog (v0.9.11 → v0.9.14)

  • v0.9.11 (Mar 7, 2026): template updates; fixes for “ltx 2.3” issues + new templates. (github.com)
  • v0.9.12 (Mar 7, 2026): added new 3D workflows; version bump. (github.com)
  • v0.9.13 (Mar 9, 2026):
    • workflow hub work
    • rename URL path from /templates to /workflows (see “Breaking changes” below)
    • ranking fix (popular models by total usage)
    • workflow hub workflows + version bump (github.com)
  • v0.9.14 (Mar 9, 2026): template updates; version bump. (github.com)

Breaking changes (within v0.9.11 → v0.9.14)

  • v0.9.13: URL path changed from /templates to /workflows — this is the only explicitly breaking change called out in these release notes. (github.com)

Citations:


🏁 Script executed:

cat requirements.txt

Repository: Comfy-Org/ComfyUI

Length of output: 568


🏁 Script executed:

cat app/frontend_management.py

Repository: Comfy-Org/ComfyUI

Length of output: 13946


Update dependency version—0.9.18 does not exist.

The specified version comfyui-workflow-templates==0.9.18 is not available. As of March 2026, the latest available version is 0.9.14. Update to an existing version to allow installation to succeed.

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

In `@requirements.txt` at line 2, The requirements line pins an unavailable
version for comfyui-workflow-templates; update the dependency entry
"comfyui-workflow-templates==0.9.18" to a valid released version (e.g.,
"comfyui-workflow-templates==0.9.14") so installations succeed, and run pip
install -r requirements.txt or your dependency check to verify resolution.

@comfyanonymous comfyanonymous merged commit 814dab9 into Comfy-Org:master Mar 10, 2026
13 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