shiimizu / ComfyUI_smZNodes

Custom nodes for ComfyUI such as CLIP Text Encode++
GNU General Public License v3.0
200 stars 14 forks source link

节点缺少 class_type 属性 #92

Open Chenhaolon opened 1 month ago

Chenhaolon commented 1 month ago

无法执行,因为节点缺少 class_type 属性。:节点 ID“#1”

xjtuwolf commented 3 weeks ago

同样遇到了。 File "D:\ai\ComfyUI\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 886, in prompt_handler if node["class_type"] == "smZ CLIPTextEncode":


KeyError: 'class_type'

invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#61'", 'extra_info': {}}
shiimizu commented 3 weeks ago

That's because the node is missing. It should be okay now?