From 20424e6f57f6f23bbda9aa1cbb7e7d0a2a4752b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:29:37 +0000 Subject: [PATCH] chore: version packages --- .changeset/pin-comfyui-cuda-12-8.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pin-comfyui-cuda-12-8.md diff --git a/.changeset/pin-comfyui-cuda-12-8.md b/.changeset/pin-comfyui-cuda-12-8.md deleted file mode 100644 index d4a423d4e..000000000 --- a/.changeset/pin-comfyui-cuda-12-8.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"worker-comfyui": minor ---- - -Pin ComfyUI to 0.29.0, build on CUDA 12.8, and pin the runtime PyTorch to 2.11.0+cu128 so the image runs on every host allowed by the Hub config. `allowedCudaVersions` in `.runpod/hub.json` moves from 12.6/12.7 to 12.8–13.0 (driver >= 570). Existing Hub endpoints keep the old release and its near-exhausted 12.6/12.7 host pool — update your endpoint to this release to pick up the new host range. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee50f9ec..25461078f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # [5.3.0](https://github.com/runpod-workers/worker-comfyui/compare/5.2.0...5.3.0) (2025-07-22) +## 5.9.0 + +### Minor Changes + +- fffc1c6: Pin ComfyUI to 0.29.0, build on CUDA 12.8, and pin the runtime PyTorch to 2.11.0+cu128 so the image runs on every host allowed by the Hub config. `allowedCudaVersions` in `.runpod/hub.json` moves from 12.6/12.7 to 12.8–13.0 (driver >= 570). Existing Hub endpoints keep the old release and its near-exhausted 12.6/12.7 host pool — update your endpoint to this release to pick up the new host range. + ## 5.8.6 ### Patch Changes diff --git a/package.json b/package.json index 08b0d96a3..b6c691d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worker-comfyui", - "version": "5.8.6", + "version": "5.9.0", "private": true, "scripts": { "changeset": "changeset",