Compare commits

...

2 Commits

Author SHA1 Message Date
comfyanonymous 5ac1372533 ComfyUI v0.9.1
Python Linting / Run Ruff (push) Failing after 35s
Python Linting / Run Pylint (push) Failing after 37s
Build package / Build Test (3.10) (push) Failing after 35s
Build package / Build Test (3.11) (push) Failing after 39s
Build package / Build Test (3.12) (push) Failing after 34s
Build package / Build Test (3.13) (push) Failing after 31s
Build package / Build Test (3.14) (push) Failing after 37s
2026-01-13 01:44:06 -05:00
comfyanonymous 1dcbd9efaf Bump ltxav mem estimation a bit. (#11842) 2026-01-13 01:42:07 -05:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -845,7 +845,7 @@ class LTXAV(LTXV):
def __init__(self, unet_config):
super().__init__(unet_config)
self.memory_usage_factor = 0.061 # TODO
self.memory_usage_factor = 0.077 # TODO
def get_model(self, state_dict, prefix="", device=None):
out = model_base.LTXAV(self, device=device)
+1 -1
View File
@@ -1,3 +1,3 @@
# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.9.0"
__version__ = "0.9.1"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "ComfyUI"
version = "0.9.0"
version = "0.9.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"