We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e25ab commit 9c15c72Copy full SHA for 9c15c72
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
0 commit comments