We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23563ec + 60a9371 commit b66cd70Copy full SHA for b66cd70
adv_control/utils.py
@@ -18,7 +18,7 @@
18
19
BIGMIN = -(2**53-1)
20
BIGMAX = (2**53-1)
21
-BIGMAX_TENSOR = torch.tensor(BIGMAX)
+BIGMAX_TENSOR = torch.tensor(9999999999.9)
22
23
ORIG_PREVIOUS_CONTROLNET = "_orig_previous_controlnet"
24
CONTROL_INIT_BY_ACN = "_control_init_by_ACN"
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "comfyui-advanced-controlnet"
3
description = "Nodes for scheduling ControlNet strength across timesteps and batched latents, as well as applying custom weights and attention masks."
4
-version = "1.5.2"
+version = "1.5.3"
5
license = { file = "LICENSE" }
6
dependencies = []
7
0 commit comments