Merge upstream/master, keep local README.md

This commit is contained in:
GitHub Actions 2026-03-08 00:47:50 +00:00
commit 15ddde2600
4 changed files with 5 additions and 4 deletions

View File

@ -1148,6 +1148,7 @@ def reset_cast_buffers():
LARGEST_CASTED_WEIGHT = (None, 0)
for offload_stream in STREAM_CAST_BUFFERS:
offload_stream.synchronize()
synchronize()
STREAM_CAST_BUFFERS.clear()
soft_empty_cache()

View File

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

View File

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

View File

@ -1,5 +1,5 @@
comfyui-frontend-package==1.39.19
comfyui-workflow-templates==0.9.10
comfyui-workflow-templates==0.9.11
comfyui-embedded-docs==0.4.3
torch
torchsde
@ -24,7 +24,7 @@ av>=14.2.0
comfy-kitchen>=0.2.7
comfy-aimdo>=0.2.7
requests
simpleeval>=1.0
simpleeval>=1.0.0
#non essential dependencies:
kornia>=0.7.1