We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e25ab + 88f5ad9 commit 94eb456Copy full SHA for 94eb456
animatediff/utils_model.py
@@ -23,7 +23,7 @@
23
24
BIGMIN = -(2**53-1)
25
BIGMAX = (2**53-1)
26
-BIGMAX_TENSOR = torch.tensor(BIGMAX)
+BIGMAX_TENSOR = torch.tensor(9999999999.9)
27
28
MAX_RESOLUTION = 16384 # mirrors ComfyUI's nodes.py MAX_RESOLUTION
29
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "comfyui-animatediff-evolved"
3
description = "Improved AnimateDiff integration for ComfyUI."
4
-version = "1.4.3"
+version = "1.4.4"
5
license = { file = "LICENSE" }
6
dependencies = []
7
0 commit comments