From 9cd29d6d4d182b886606414afe18fb626b216466 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 18 Sep 2025 14:27:22 -0700 Subject: [PATCH] [Release] v1.26.12 (#5641) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What's Changed ### 🐛 Bug Fixes - Change manager flag from --disable-manager to --enable-manager to align with backend changes (#5635) This hotfix ensures frontend compatibility with ComfyUI core PR #7555, changing the manager startup behavior from opt-out to opt-in. **Full Changelog**: https://github.com/Comfy-Org/ComfyUI_frontend/compare/v1.26.11...v1.26.12 EOF < /dev/null ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5641-Release-v1-26-12-2726d73d36508141aae1efa8f2bc4b08) by [Unito](https://www.unito.io) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f061a12f..66f2680bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.26.11", + "version": "1.26.12", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",