Does not work with Tiled Diffusion, makes a new error when importing the nodes together
🐛 Describe the bug
On a clean install of comfyui, git clone Tiled Diffusion, and it works, the nodes are loaded and functional. On another clean install of comfyui, using a symbolic link on the custom nodes to the onediff comfy nodes also work. But now, doing another clean install, creating the symbolic link & git cloning Tiled Diffusion (https://github.com/shiimizu/ComfyUI-TiledDiffusion), the Tiled Diffusion nodes get an error when being imported.
Using OneFlow backend (Default)
Traceback (most recent call last):
File "/root/ComfyUI/nodes.py", line 1931, in load_custom_node
module_spec.loader.exec_module(module)
File "
Cannot import /root/ComfyUI/custom_nodes/ComfyUI-TiledDiffusion module for custom nodes: hijacked_method requires closure of length 0, not 1
Import times for custom nodes: 0.0 seconds: /root/ComfyUI/custom_nodes/websocket_image_save.py 0.0 seconds (IMPORT FAILED): /root/ComfyUI/custom_nodes/ComfyUI-TiledDiffusion 4.9 seconds: /root/ComfyUI/custom_nodes/onediff_comfy_nodes
Versions
what
It looks like your ComfyUI-TiledDiffusion is not imported properly. You can try to reinstall onediff and ComfyUI-TiledDiffusion to solve the problem.