Skip to content

Bump version to 0.10.0#941

Merged
comfyui-wiki merged 4 commits into
mainfrom
0.10.0
Jun 15, 2026
Merged

Bump version to 0.10.0#941
comfyui-wiki merged 4 commits into
mainfrom
0.10.0

Conversation

@comfyui-wiki

Copy link
Copy Markdown
Member

No description provided.

@comfyui-wiki comfyui-wiki added the release Publish packages to PyPI when merged label Jun 15, 2026
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 028cd05e-22a2-4f18-a8ea-4cf154eca731

📥 Commits

Reviewing files that changed from the base of the PR and between dbc1349 and 80346e9.

📒 Files selected for processing (5)
  • packages/core/pyproject.toml
  • packages/core/src/comfyui_workflow_templates_core/manifest.json
  • packages/media_image/pyproject.toml
  • packages/media_other/pyproject.toml
  • pyproject.toml

📝 Walkthrough

Walkthrough

The root package version is incremented from 0.9.99 to 0.10.0, with all four sub-packages (core, media video, media image, media other) receiving patch version bumps. Root-level dependency pins are updated to match the new sub-package versions—versioning in perfect harmony, no exceptions to the rule! Additionally, image-focused templates are reorganized from the media-other bundle to media-image bundle in both bundles.json and manifest.json.

Changes

Version bump to 0.10.0 with template bundle reorganization

Layer / File(s) Summary
Sub-package version updates
packages/core/pyproject.toml, packages/media_image/pyproject.toml, packages/media_other/pyproject.toml, packages/media_video/pyproject.toml
Package versions in all four sub-packages incremented: core 0.3.2530.3.255, media image 0.3.1500.3.152, media other 0.3.2180.3.220, media video 0.3.910.3.92.
Root package version and dependency pins
pyproject.toml
Root package version incremented from 0.9.99 to 0.10.0. All pinned dependencies updated to match sub-package versions: comfyui-workflow-templates-core==0.3.255, video ==0.3.92, image ==0.3.152, other ==0.3.220, with matching updates in the all extras group. The api dependency pin remains at 0.3.80.
Bundle and manifest template reorganization
bundles.json, packages/core/src/comfyui_workflow_templates_core/manifest.json
Image-focused templates (grok image-quality edit, hunyuan3d variants, magnific relight and skin enhancer, vidu video extension, gan upscaler, and wan2.1 variants) are moved from media-other to media-image bundle: bundle identifiers reordered in bundles.json, and full template definitions migrated in manifest.json with entries added to media-image and removed from media-other.

Possibly related PRs

  • Comfy-Org/workflow_templates#937: Directly preceding version bump incrementing the same pyproject.toml version field and overlapping dependency pins for core and media-other packages.
🚥 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.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 0.10.0
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch 0.10.0

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.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

PyPI quota check (version bump PR)

PyPI enforces about 10 GB total storage per project (all releases). Per-file upload limit is about 100 MB.

PyPI project quota (cumulative storage)

Status Package PyPI latest Versions Stored % of quota Headroom
🟢 OK comfyui-workflow-templates-media-other 0.3.220 98 7.71 GB 77.1% 2.29 GB
🟢 OK comfyui-workflow-templates-media-image 0.3.152 111 6.70 GB 67.0% 3.30 GB
🟢 OK comfyui-workflow-templates-media-api 0.3.80 42 5.52 GB 55.2% 4.48 GB
🟢 OK comfyui-workflow-templates-core 0.3.255 152 13.2 MB 0.1% 9.99 GB
🟢 OK comfyui-subgraph-blueprints 0.0.7 6 2.6 MB 0.0% 10.00 GB
🟡 WARNING comfyui-workflow-templates-media-video 0.3.92 64 8.51 GB 85.1% 1.49 GB
🟡 WARNING comfyui_workflow_templates 0.10.0 261 8.26 GB 82.6% 1.74 GB
🟡 WARNING comfyui-workflow-templates 0.3.6 261 8.26 GB 82.6% 1.74 GB

Quota thresholds: 🟡 ≥80% · 🔴 ≥90% · ⛔ ≥95%

Local bundle size (estimated next wheel/sdist)

Status Package Local dir Estimated Limit
🟡 WARNING comfyui-workflow-templates-media-other packages/media_other/src/comfyui_workflow_templates_media_other 91.4 MB 100 MB
🟡 WARNING comfyui-workflow-templates-media-image packages/media_image/src/comfyui_workflow_templates_media_image 88.2 MB 100 MB
🟡 WARNING comfyui-workflow-templates-media-api packages/media_api/src/comfyui_workflow_templates_media_api 86.6 MB 100 MB
🟢 OK comfyui-workflow-templates-core packages/core/src/comfyui_workflow_templates_core 318.0 KB 100 MB
🟢 OK comfyui-subgraph-blueprints packages/blueprints/src/comfyui_subgraph_blueprints 3.2 MB 100 MB
🟡 WARNING comfyui-workflow-templates-media-video packages/media_video/src/comfyui_workflow_templates_media_video 91.9 MB 100 MB
comfyui_workflow_templates 100 MB
🟢 OK comfyui-workflow-templates packages/meta/src/comfyui_workflow_templates 941 B 100 MB

Local thresholds: 🟡 ≥85 MB · 🔴 ≥95 MB

Add future extension packages under packages/<name>/pyproject.toml; they are picked up automatically. For external PyPI projects, add an entry to .github/pypi-packages.jsonextra_packages.

ComfyUI reference (safe to delete vs keep)

Versions referenced = ever pinned in ComfyUI requirements.txt via comfyui-workflow-templates==… and that meta release’s sub-package pins. Other PyPI releases are not in ComfyUI’s install chain and are usual deletion candidates.

  • ComfyUI history pins 128 meta version(s); newest in history: comfyui-workflow-templates==0.9.98
  • Pin source: cache (full rebuild via GitHub API) · cache: .github/cache/comfyui-requirements-pins.json
  • That meta’s sub-deps: comfyui-workflow-templates-core==0.3.252, comfyui-workflow-templates-media-api==0.3.80, comfyui-workflow-templates-media-image==0.3.150, comfyui-workflow-templates-media-other==0.3.217, comfyui-workflow-templates-media-video==0.3.91
Package Referenced Orphan Reclaimable
comfyui-subgraph-blueprints 0 6 2.6 MB
comfyui-workflow-templates 127 134 1.29 GB
comfyui-workflow-templates-core 73 79 6.7 MB
comfyui-workflow-templates-media-api 40 2 246.0 MB
comfyui-workflow-templates-media-image 63 48 2.42 GB
comfyui-workflow-templates-media-other 68 30 1.92 GB
comfyui-workflow-templates-media-video 51 13 1.38 GB

Total reclaimable (orphan versions): 7.26 GB

Per-package orphan version lists (click to expand)

Orphan versions — comfyui-subgraph-blueprints (6 version(s), 2.6 MB reclaimable)

  • 0.0.1 — 183.4 KB
  • 0.0.2 — 456.6 KB
  • 0.0.4 — 454.1 KB
  • 0.0.5 — 454.1 KB
  • 0.0.6 — 454.1 KB
  • 0.0.7 — 685.4 KB

Keep (0 referenced):

Orphan versions — comfyui-workflow-templates (134 version(s), 1.29 GB reclaimable)

  • 0.8.29 — 24.5 KB
  • 0.8.30 — 24.5 KB
  • 0.8.32 — 24.5 KB
  • 0.8.35 — 25.4 KB
  • 0.8.36 — 25.4 KB
  • 0.8.39 — 25.5 KB
  • 0.8.40 — 25.4 KB
  • 0.8.41 — 25.5 KB
  • 0.8.45 — 25.5 KB
  • 0.9.1 — 25.4 KB
  • 0.9.12 — 25.5 KB
  • 0.9.13 — 25.5 KB
  • 0.9.14 — 25.5 KB
  • 0.9.15 — 25.5 KB
  • 0.9.16 — 25.5 KB
  • 0.9.19 — 25.5 KB
  • 0.9.20 — 25.5 KB
  • 0.9.22 — 25.5 KB
  • 0.9.23 — 25.4 KB
  • 0.9.24 — 25.5 KB
  • 0.9.25 — 25.5 KB
  • 0.9.27 — 25.5 KB
  • 0.9.28 — 25.5 KB
  • 0.9.29 — 25.5 KB
  • 0.9.30 — 25.5 KB
  • 0.9.33 — 25.4 KB
  • 0.9.34 — 25.5 KB
  • 0.9.37 — 25.5 KB
  • 0.9.40 — 27.7 KB
  • 0.9.46 — 27.6 KB
  • 0.9.48 — 27.7 KB
  • 0.9.49 — 27.7 KB
  • 0.9.51 — 27.6 KB
  • 0.9.52 — 27.7 KB
  • 0.9.53 — 27.6 KB
  • 0.9.55 — 27.7 KB
  • 0.9.56 — 27.7 KB
  • 0.9.67 — 27.7 KB
  • 0.9.70 — 27.7 KB
  • 0.9.71 — 27.7 KB
  • …and 94 older version(s) not listed

Keep (128 referenced): 0.9.65, 0.9.66, 0.9.68, 0.9.69, 0.9.72, 0.9.73, 0.9.75, 0.9.77, 0.9.79, 0.9.82, 0.9.85, 0.9.91, 0.9.92, 0.9.94, 0.9.98 (+112 more)

Orphan versions — comfyui-workflow-templates-core (79 version(s), 6.7 MB reclaimable)

  • 0.3.129 — 88.5 KB
  • 0.3.133 — 89.4 KB
  • 0.3.134 — 89.3 KB
  • 0.3.138 — 91.5 KB
  • 0.3.141 — 91.5 KB
  • 0.3.142 — 91.5 KB
  • 0.3.146 — 96.0 KB
  • 0.3.147 — 96.0 KB
  • 0.3.160 — 104.0 KB
  • 0.3.161 — 108.0 KB
  • 0.3.162 — 108.4 KB
  • 0.3.163 — 108.7 KB
  • 0.3.164 — 110.3 KB
  • 0.3.166 — 110.1 KB
  • 0.3.167 — 110.1 KB
  • 0.3.169 — 111.0 KB
  • 0.3.170 — 110.7 KB
  • 0.3.171 — 110.7 KB
  • 0.3.172 — 111.9 KB
  • 0.3.174 — 112.6 KB
  • 0.3.175 — 112.6 KB
  • 0.3.178 — 115.4 KB
  • 0.3.179 — 115.4 KB
  • 0.3.180 — 117.2 KB
  • 0.3.181 — 117.4 KB
  • 0.3.183 — 117.4 KB
  • 0.3.184 — 117.4 KB
  • 0.3.186 — 100.2 KB
  • 0.3.189 — 103.2 KB
  • 0.3.195 — 105.0 KB
  • 0.3.197 — 105.6 KB
  • 0.3.198 — 105.6 KB
  • 0.3.202 — 106.6 KB
  • 0.3.204 — 106.5 KB
  • 0.3.205 — 106.5 KB
  • 0.3.207 — 106.5 KB
  • 0.3.208 — 106.6 KB
  • 0.3.222 — 108.3 KB
  • 0.3.227 — 109.3 KB
  • 0.3.238 — 117.1 KB
  • …and 39 older version(s) not listed

Keep (73 referenced): 0.3.218, 0.3.221, 0.3.225, 0.3.226, 0.3.228, 0.3.229, 0.3.231, 0.3.233, 0.3.235, 0.3.237, 0.3.239, 0.3.244, 0.3.246, 0.3.248, 0.3.252 (+58 more)

Orphan versions — comfyui-workflow-templates-media-api (2 version(s), 246.0 MB reclaimable)

  • 0.3.18 — 90.3 MB
  • 0.3.65 — 155.6 MB

Keep (40 referenced): 0.3.61, 0.3.64, 0.3.67, 0.3.68, 0.3.69, 0.3.70, 0.3.71, 0.3.73, 0.3.74, 0.3.75, 0.3.76, 0.3.77, 0.3.78, 0.3.79, 0.3.80 (+25 more)

Orphan versions — comfyui-workflow-templates-media-image (48 version(s), 2.42 GB reclaimable)

  • 0.3.23 — 18.8 MB
  • 0.3.24 — 18.4 MB
  • 0.3.25 — 18.4 MB
  • 0.3.33 — 18.8 MB
  • 0.3.49 — 17.0 MB
  • 0.3.52 — 27.6 MB
  • 0.3.54 — 24.9 MB
  • 0.3.56 — 27.7 MB
  • 0.3.57 — 27.7 MB
  • 0.3.59 — 28.0 MB
  • 0.3.61 — 28.0 MB
  • 0.3.64 — 28.0 MB
  • 0.3.65 — 28.0 MB
  • 0.3.68 — 28.1 MB
  • 0.3.69 — 28.3 MB
  • 0.3.70 — 28.4 MB
  • 0.3.71 — 28.4 MB
  • 0.3.74 — 28.5 MB
  • 0.3.78 — 29.1 MB
  • 0.3.80 — 29.3 MB
  • 0.3.82 — 29.3 MB
  • 0.3.83 — 29.3 MB
  • 0.3.86 — 29.5 MB
  • 0.3.99 — 33.2 MB
  • 0.3.100 — 33.3 MB
  • 0.3.102 — 80.7 MB
  • 0.3.103 — 80.7 MB
  • 0.3.105 — 80.8 MB
  • 0.3.106 — 80.7 MB
  • 0.3.108 — 81.5 MB
  • 0.3.109 — 81.9 MB
  • 0.3.110 — 106.3 MB
  • 0.3.112 — 151.9 MB
  • 0.3.119 — 139.7 MB
  • 0.3.122 — 139.9 MB
  • 0.3.123 — 139.8 MB
  • 0.3.124 — 139.9 MB
  • 0.3.126 — 139.9 MB
  • 0.3.136 — 140.4 MB
  • 0.3.142 — 140.8 MB
  • …and 8 older version(s) not listed

Keep (63 referenced): 0.3.131, 0.3.132, 0.3.133, 0.3.134, 0.3.135, 0.3.137, 0.3.138, 0.3.139, 0.3.140, 0.3.141, 0.3.143, 0.3.145, 0.3.146, 0.3.147, 0.3.150 (+48 more)

Orphan versions — comfyui-workflow-templates-media-other (30 version(s), 1.92 GB reclaimable)

  • 0.3.1 — 22.4 MB
  • 0.3.7 — 22.4 MB
  • 0.3.8 — 22.4 MB
  • 0.3.10 — 22.4 MB
  • 0.3.11 — 22.5 MB
  • 0.3.23 — 22.5 MB
  • 0.3.33 — 21.6 MB
  • 0.3.56 — 24.7 MB
  • 0.3.78 — 33.9 MB
  • 0.3.82 — 33.9 MB
  • 0.3.90 — 41.1 MB
  • 0.3.91 — 48.8 MB
  • 0.3.93 — 65.4 MB
  • 0.3.94 — 65.7 MB
  • 0.3.96 — 65.7 MB
  • 0.3.101 — 67.2 MB
  • 0.3.104 — 67.4 MB
  • 0.3.107 — 97.6 MB
  • 0.3.114 — 104.9 MB
  • 0.3.144 — 172.1 MB
  • 0.3.145 — 172.2 MB
  • 0.3.159 — 55.1 MB
  • 0.3.162 — 73.7 MB
  • 0.3.167 — 78.8 MB
  • 0.3.169 — 78.8 MB
  • 0.3.173 — 82.1 MB
  • 0.3.175 — 82.1 MB
  • 0.3.188 — 112.2 MB
  • 0.3.193 — 112.2 MB
  • 0.3.204 — 75.8 MB

Keep (68 referenced): 0.3.184, 0.3.187, 0.3.191, 0.3.192, 0.3.194, 0.3.195, 0.3.197, 0.3.199, 0.3.201, 0.3.203, 0.3.205, 0.3.210, 0.3.212, 0.3.214, 0.3.217 (+53 more)

Orphan versions — comfyui-workflow-templates-media-video (13 version(s), 1.38 GB reclaimable)

  • 0.3.0 — 57.0 MB
  • 0.3.2 — 57.0 MB
  • 0.3.3 — 60.5 MB
  • 0.3.14 — 68.1 MB
  • 0.3.16 — 70.9 MB
  • 0.3.18 — 70.7 MB
  • 0.3.32 — 98.9 MB
  • 0.3.37 — 102.6 MB
  • 0.3.40 — 106.1 MB
  • 0.3.59 — 182.9 MB
  • 0.3.61 — 182.9 MB
  • 0.3.63 — 185.2 MB
  • 0.3.76 — 173.1 MB

Keep (51 referenced): 0.3.73, 0.3.74, 0.3.77, 0.3.78, 0.3.79, 0.3.80, 0.3.81, 0.3.82, 0.3.83, 0.3.84, 0.3.85, 0.3.86, 0.3.88, 0.3.90, 0.3.91 (+36 more)

Request deletion at PyPI (project settings → Release → yank/delete). After freeing quota, publish missing sub-packages before meta.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ comfyui-wiki
❌ actions-user
You have signed the CLA already but the status is still pending? Let us recheck it.

@comfyui-wiki comfyui-wiki merged commit 4bc7a48 into main Jun 15, 2026
6 of 7 checks passed
@comfyui-wiki comfyui-wiki deleted the 0.10.0 branch June 15, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Publish packages to PyPI when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants