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 = [] 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" 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