Skip to content

Update workflow templates to v0.11.23 - #15187

Merged
comfyui-wiki merged 1 commit into
masterfrom
update-comfyui-workflow-templates-0.11.23-20260801-021028
Jul 31, 2026
Merged

Update workflow templates to v0.11.23#15187
comfyui-wiki merged 1 commit into
masterfrom
update-comfyui-workflow-templates-0.11.23-20260801-021028

Conversation

@comfyui-wiki

@comfyui-wiki comfyui-wiki commented Jul 31, 2026

Copy link
Copy Markdown
Member

Update workflow templates to v0.11.23

  • Fix krea-2 template issue
  • Remove unsupported Ideogram template
  • Fixed some translation issues

📦 Package Information

image

📝 Changes

Updated dependency version in requirements.txt:

- comfyui-workflow-templates==0.11.20
+ comfyui-workflow-templates==0.11.23

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

@socket-security

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpypi/​comfyui-workflow-templates@​0.11.20 ⏵ 0.11.2310010098100100

View full report

@comfyui-wiki
comfyui-wiki marked this pull request as ready for review July 31, 2026 18:11
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 386b70cf-d87d-4617-a5d1-3f6dfe1ec320

📥 Commits

Reviewing files that changed from the base of the PR and between 7c80628 and 99539c6.

📒 Files selected for processing (1)
  • requirements.txt
📜 Recent review details
⏰ Context from checks skipped due to timeout. (14)
  • GitHub Check: test (macos-latest)
  • GitHub Check: test (ubuntu-latest)
  • GitHub Check: test (windows-latest)
  • GitHub Check: test
  • GitHub Check: Run Pylint
  • GitHub Check: test (windows-2022)
  • GitHub Check: test (ubuntu-latest)
  • GitHub Check: test (macos-latest)
  • GitHub Check: Run Pylint
  • GitHub Check: Build Test (3.11)
  • GitHub Check: Build Test (3.13)
  • GitHub Check: Build Test (3.10)
  • GitHub Check: Build Test (3.14)
  • GitHub Check: Build Test (3.12)
🧰 Additional context used
📓 Path-based instructions (2)
**/*

📄 CodeRabbit inference engine (AGENTS.md)

**/*: Keep changes and file scope as small and direct as possible; prefer practical fixes, minimal dependencies, existing patterns, and removal of obsolete code.
Preserve existing APIs, node names, model-loading behavior, file layout, and workflow compatibility unless replacement is intentional.
Do not add core ComfyUI code that makes outbound internet requests, including telemetry, analytics, tracking, reporting, update checks, remote configuration, licensing checks, or background network activity. User-authorized model downloads are permitted only for the requested artifact and without telemetry.
Keep state and capability flags on the object that owns the behavior; prefer explicit parent-owned attributes over probing child objects with getattr for parent control flow.
Preserve shared method signatures, argument conventions, return types, side effects, and error behavior unless the shared contract and all affected callers are intentionally updated.

Files:

  • requirements.txt
**

⚙️ CodeRabbit configuration file

**: IMPORTANT: Only comment on issues directly introduced by this PR's code changes.
Treat AGENTS.md as mandatory repository policy, not optional style guidance.
Flag PR changes that violate AGENTS.md even when the code is otherwise functional.
In particular, enforce architecture boundaries, dtype/device/memory rules,
interface contracts, import style, no unnecessary try/except blocks, no inline
imports, no outbound internet paths in core ComfyUI, and narrow scoped fixes.
Prefer direct findings over suggestions when a rule is violated. Only ignore
AGENTS.md when it clearly conflicts with a newer explicit maintainer instruction
in the PR.
Do NOT flag pre-existing issues in code that was merely moved, re-indented,
de-indented, or reformatted without logic changes. If code appears in the diff
only due to whitespace or structural reformatting (e.g., removing a with: block),
treat it as unchanged. Contributors should not feel obligated to address
pre-existing issues outside the scope of their contribution.

Files:

  • requirements.txt
🧠 Learnings (1)
📚 Learning: 2026-02-24T06:20:53.084Z
Learnt from: christian-byrne
Repo: Comfy-Org/ComfyUI PR: 12604
File: requirements.txt:0-0
Timestamp: 2026-02-24T06:20:53.084Z
Learning: When reviewing Python dependency files, do not flag or comment on whether a package version exists on PyPI. Treat versions in requirements.txt as valid and focus reviews on correctness of syntax, formatting, and usage rather than PyPI availability.

Applied to files:

  • requirements.txt
🔇 Additional comments (1)
requirements.txt (1)

2-2: 🗄️ Data Integrity & Integration

Validate the dependency update against the runtime contract.

The PR objective makes the version change intentional, but the supplied context does not show dependency or runtime validation. Confirm that comfyui-workflow-templates==0.11.23 preserves get_asset_path, iter_templates, entry.assets, and entry.template_id used by app/frontend_management.py. Also confirm that removing the Ideogram template does not make template enumeration fail.

As per path instructions, run the relevant dependency/install validation and keep this PR limited to the version pin.

Source: Path instructions


📝 Walkthrough

Walkthrough

The pinned comfyui-workflow-templates dependency was updated from 0.11.20 to 0.11.23 in requirements.txt.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the dependency update from workflow templates version 0.11.20 to 0.11.23.
Description check ✅ Passed The description directly explains the workflow template dependency update and lists the included template and translation fixes.
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.

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 0b73ae8 into master Jul 31, 2026
22 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants