From 43cb4fffc89bba20ab7bd61467a36d0339338dab Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Fri, 7 Aug 2026 18:29:35 -0400 Subject: [PATCH 1/3] ComfyUI v0.31.0 --- comfyui_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comfyui_version.py b/comfyui_version.py index 3f7ec33bc05..7358bab8fb7 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.30.0" +__version__ = "0.31.0" diff --git a/pyproject.toml b/pyproject.toml index 4e71b2db64f..4f80dc5cff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ComfyUI" -version = "0.30.0" +version = "0.31.0" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10" From cd84f47efe4aedd4e2b97370c21a07db9e50bc96 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:14:04 -0700 Subject: [PATCH 2/3] Make it easier to debug nested tensors. (#15383) --- comfy/nested_tensor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comfy/nested_tensor.py b/comfy/nested_tensor.py index 08c7133f8eb..43835b15fe8 100644 --- a/comfy/nested_tensor.py +++ b/comfy/nested_tensor.py @@ -83,6 +83,9 @@ def dtype(self): def layout(self): return self.tensors[0].layout + def __repr__(self): + return f"{type(self).__name__}({self.tensors!r})" + def cat_nested(tensors, *args, **kwargs): cated_tensors = [] From 5599a05fea715cb2aff11f30f5b06e16d0dfa0c4 Mon Sep 17 00:00:00 2001 From: "Daxiong (Lin)" Date: Sat, 8 Aug 2026 10:27:21 +0800 Subject: [PATCH 3/3] chore: update workflow templates to v0.11.37 (#15415) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 771504af40d..94cd1c5eb45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ comfyui-frontend-package==1.48.7 -comfyui-workflow-templates==0.11.34 +comfyui-workflow-templates==0.11.37 comfyui-embedded-docs==0.5.9 torch torchsde