mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-21 10:44:32 +08:00
Update nodes.py
This commit is contained in:
parent
fe5fbb03ff
commit
f6ba944afc
@ -2356,7 +2356,6 @@ class TorchCompileControlNet:
|
|||||||
EXPERIMENTAL = True
|
EXPERIMENTAL = True
|
||||||
|
|
||||||
def compile(self, controlnet, backend, mode, fullgraph):
|
def compile(self, controlnet, backend, mode, fullgraph):
|
||||||
print(controlnet.control_model)
|
|
||||||
if not self._compiled:
|
if not self._compiled:
|
||||||
try:
|
try:
|
||||||
# for i, block in enumerate(controlnet.control_model.double_blocks):
|
# for i, block in enumerate(controlnet.control_model.double_blocks):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user