From f6ba944afc564fa30877d0506d47d1fc4836fce2 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:03:31 +0200 Subject: [PATCH] Update nodes.py --- nodes/nodes.py | 1 - 1 file changed, 1 deletion(-) 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):