Compare commits

..

4 Commits

Author SHA1 Message Date
7c47f4db5b ComfyUI v0.22.3 2026-05-27 15:43:07 +00:00
0cc5934b5b [Partner Nodes] feat: add Krea2 nodes (#14130) 2026-05-27 08:18:02 -07:00
5f11972e5b chore: update workflow templates to v0.9.85 (#14134) 2026-05-27 08:17:58 -07:00
718e03617c [Partner Nodes] feat: improve video references uploading for SeeDance 2 (#14098)
* [Partner Nodes] feat: improve video references uploading for SeeDance 2

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] hash video via memoryview to avoid memory copy

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-05-27 08:16:17 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.22.2"
__version__ = "0.22.3"

View File

@ -1,6 +1,6 @@
[project]
name = "ComfyUI"
version = "0.22.2"
version = "0.22.3"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"

View File

@ -1,5 +1,5 @@
comfyui-frontend-package==1.43.18
comfyui-workflow-templates==0.9.82
comfyui-workflow-templates==0.9.85
comfyui-embedded-docs==0.5.0
torch
torchsde