Update nodes.py

This commit is contained in:
kijai 2024-10-28 04:03:31 +02:00
parent fe5fbb03ff
commit f6ba944afc

View File

@ -2356,7 +2356,6 @@ class TorchCompileControlNet:
EXPERIMENTAL = True
def compile(self, controlnet, backend, mode, fullgraph):
print(controlnet.control_model)
if not self._compiled:
try:
# for i, block in enumerate(controlnet.control_model.double_blocks):