AIGODLIKE / ComfyUI-BlenderAI-node

Used for AI model generation, next-generation Blender rendering engine, texture enhancement&generation (based on ComfyUI)
GNU General Public License v3.0
741 stars 42 forks source link

Input Image node missing "未定义的节点 > 输入图像" #109

Closed blendlet closed 2 months ago

blendlet commented 2 months ago

When trying to add an Input Image node, I get these lines in the Blender Info Log.

bpy.ops.node.add_node(use_transform=True, type="输入图像")
bpy.ops.sdn.node_search(item='输入图像')
未定义的节点 > 输入图像

This may also be related to the issue described here https://github.com/AIGODLIKE/ComfyUI-BlenderAI-node/discussions/103

blendlet commented 2 months ago

Fixed by manually uninstalling and reinstalling the cusyom node ComfyUI-CUP with ComfyUI Manager.