Skip to content

Commit c452524

Browse files
authored
add custom node ComfyUI-LLM-API to custom-node-list.json (#1479)
1 parent 13f98dd commit c452524

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

custom-node-list.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20528,6 +20528,15 @@
2052820528
],
2052920529
"install_type": "unzip",
2053020530
"description": "This is a node to convert an image into a CMYK Halftone dot image."
20531-
}
20531+
},
20532+
{
20533+
"author": "danielw",
20534+
"title": "Custom nodes for llm chat with optional image input",
20535+
"id": "llm-api",
20536+
"reference": "https://github.com/tianyuw/ComfyUI-LLM-API",
20537+
"files": ["https://github.com/tianyuw/ComfyUI-LLM-API"],
20538+
"install_type": "git-clone",
20539+
"description": "A custom node for ComfyUI that enables Large Language Model (LLM) chat interactions with optional image input support."
20540+
}
2053220541
]
2053320542
}

0 commit comments

Comments
 (0)