From 141e14c67ef0de436c31ec0bc807984a0e0e4a13 Mon Sep 17 00:00:00 2001 From: Peter WANG <38379474+wujm424606@users.noreply.github.com> Date: Thu, 30 May 2024 17:04:39 +0800 Subject: [PATCH] new custom node submit (#727) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1060ce80..132ab0e2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10000,6 +10000,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." } ] }