diff --git a/nodes/nodes.py b/nodes/nodes.py index 3a82101..a1e0cd6 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -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):