From 73c9bad4d21e7addbe1d13bc92eee0f1431b017d Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Sun, 20 Sep 2026 11:27:36 -0400 Subject: [PATCH] ComfyUI v0.37.0 --- comfyui_version.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comfyui_version.py b/comfyui_version.py index 971d0e9bf..046f3e3a6 100644 --- a/comfyui_version.py +++ b/comfyui_version.py @@ -1,3 +1,3 @@ # This file is automatically generated by the build process when version is # updated in pyproject.toml. -__version__ = "0.36.0" +__version__ = "0.37.0" diff --git a/pyproject.toml b/pyproject.toml index 79606de52..a33b5bc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ComfyUI" -version = "0.36.0" +version = "0.37.0" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10" diff --git a/requirements.txt b/requirements.txt index 7e2eddf57..dc68ddf94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -comfyui-frontend-package==1.53.6 +comfyui-frontend-package==1.52.7 comfyui-workflow-templates==0.11.66 comfyui-embedded-docs==0.5.12 torch