Compare commits

..

2 Commits

Author SHA1 Message Date
ea9671c2c0 [Partner Nodes] feat: add Krea2 nodes (#14130) 2026-05-27 11:05:49 -04:00
837b20135d [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 11:05:49 -04: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.3"
__version__ = "0.22.2"

View File

@ -1,6 +1,6 @@
[project]
name = "ComfyUI"
version = "0.22.3"
version = "0.22.2"
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.85
comfyui-workflow-templates==0.9.82
comfyui-embedded-docs==0.5.0
torch
torchsde