From eab4180ff25a8a406b951263d3243fd5d6a91dc9 Mon Sep 17 00:00:00 2001 From: wujm424606 Date: Thu, 30 May 2024 14:45:01 +0800 Subject: [PATCH] new custom node submit --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d7a34d3e..a6725394 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9989,6 +9989,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "wujm424606", + "title": "ComfyUi-Ollama-YN", + "id": "ollama-YN", + "reference": "https://github.com/wujm424606/ComfyUi-Ollama-YN", + "files": [ + "https://github.com/wujm424606/ComfyUi-Ollama-YN" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\n Meanwhile it will provide better prompt descriptor for stable diffusion." } ] }