From 6ffd99e57ff074a01b24d08a658955f0820ce200 Mon Sep 17 00:00:00 2001 From: Daniel Lewis Date: Sat, 6 Jan 2024 14:00:19 -0700 Subject: [PATCH] Update custom-node-list.json Adding ComfyUI-Llama to custom-node-list.json as per instructions on comfyui-manager's readme. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f4955ba..9628791 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4371,6 +4371,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Daniel Lewis", + "title": "ComfyUI-Llama", + "reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama", + "files": [ + "https://github.com/daniel-lewis-ab/ComfyUI-Llama" + ], + "install_type": "git-clone", + "description": "This is a set of nodes to interact with llama-cpp-python" } ] }