Update workflow templates to v0.9.18#12857
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
📝 WalkthroughWalkthroughThis 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)
✅ Passed checks (1 passed)
✏️ 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. Comment |
There was a problem hiding this comment.
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
📒 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 | |||
There was a problem hiding this comment.
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.
🧩 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
/templatesto/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
/templatesto/workflows— this is the only explicitly breaking change called out in these release notes. (github.com)
Citations:
- 1: https://github.com/Comfy-Org/workflow_templates/releases
- 2: https://github.com/Comfy-Org/workflow_templates/releases/tag/v0.9.11
- 3: https://github.com/Comfy-Org/workflow_templates/releases/tag/v0.9.12
- 4: https://github.com/Comfy-Org/workflow_templates/releases/tag/v0.9.13
- 5: https://github.com/Comfy-Org/workflow_templates/releases/tag/v0.9.14
- 6: https://github.com/Comfy-Org/workflow_templates/releases/tag/v0.9.13
🏁 Script executed:
cat requirements.txtRepository: Comfy-Org/ComfyUI
Length of output: 568
🏁 Script executed:
cat app/frontend_management.pyRepository: 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.
Update workflow templates to v0.9.16
📦 Package Information
📝 Changes
Updated dependency version in
requirements.txt:This is an automated draft PR created by the auto-pr-script