From 75b6c1070dd5013d9f6c9e4649e2ee1577b82596 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 1 Dec 2025 19:45:39 -0800 Subject: [PATCH] Update ComfyUI core to v0.3.76 --- assets/requirements/macos.compiled | 2 +- assets/requirements/windows_cpu.compiled | 2 +- assets/requirements/windows_nvidia.compiled | 2 +- package.json | 4 ++-- scripts/core-requirements.patch | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/requirements/macos.compiled b/assets/requirements/macos.compiled index 28b3043ea..71017a09a 100644 --- a/assets/requirements/macos.compiled +++ b/assets/requirements/macos.compiled @@ -43,7 +43,7 @@ click==8.1.7 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.20 +comfyui-workflow-templates==0.7.25 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==43.0.3 diff --git a/assets/requirements/windows_cpu.compiled b/assets/requirements/windows_cpu.compiled index e43cd7b7e..3a768463c 100644 --- a/assets/requirements/windows_cpu.compiled +++ b/assets/requirements/windows_cpu.compiled @@ -49,7 +49,7 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.20 +comfyui-workflow-templates==0.7.25 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==44.0.0 diff --git a/assets/requirements/windows_nvidia.compiled b/assets/requirements/windows_nvidia.compiled index 9abfe5fe2..ee9cd5992 100644 --- a/assets/requirements/windows_nvidia.compiled +++ b/assets/requirements/windows_nvidia.compiled @@ -50,7 +50,7 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.20 +comfyui-workflow-templates==0.7.25 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==44.0.0 diff --git a/package.json b/package.json index 9dec6c2aa..2a68ed324 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "type": "module", "config": { "frontend": { - "version": "1.30.6", + "version": "1.32.10", "optionalBranch": "" }, "comfyUI": { - "version": "0.3.75", + "version": "0.3.76", "optionalBranch": "" }, "managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af", diff --git a/scripts/core-requirements.patch b/scripts/core-requirements.patch index 7c7d09e5d..d0b7f8d8b 100644 --- a/scripts/core-requirements.patch +++ b/scripts/core-requirements.patch @@ -2,7 +2,7 @@ diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ --comfyui-frontend-package==1.30.6 - comfyui-workflow-templates==0.7.20 +-comfyui-frontend-package==1.32.10 + comfyui-workflow-templates==0.7.25 comfyui-embedded-docs==0.3.1 torch