From 25c6df7334b0d4c0b86aa7755de4e354b811e071 Mon Sep 17 00:00:00 2001 From: ltdrdata Date: Fri, 29 Sep 2023 22:54:17 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 19 +++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ 3 files changed, 39 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7ba05b5..6a60fe0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -488,6 +488,16 @@ "install_type": "git-clone", "description": "Nodes: ExLlama Loader, ExLlama Generator.
Used to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at https://huggingface.co/TheBloke

NOTE: You need to manually install a pip package that suits your system. For example. If your system is 'Python3.10 + Windows + CUDA 11.8' then you need to install 'exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl'. Available package files are here." }, + { + "author": "Zuellni", + "title": "ComfyUI PickScore Nodes", + "reference": "https://github.com/Zuellni/ComfyUI-PickScore-Nodes", + "files": [ + "https://github.com/Zuellni/ComfyUI-PickScore-Nodes" + ], + "install_type": "git-clone", + "description": "Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best." + }, { "author": "AlekPet", "title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet", diff --git a/extension-node-map.json b/extension-node-map.json index 14c1842..64bdf93 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1509,6 +1509,17 @@ "title_aux": "ComfyUI-ExLlama" } ], + "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": [ + [ + "ZuellniPickScoreImageProcessor", + "ZuellniPickScoreLoader", + "ZuellniPickScoreSelector", + "ZuellniPickScoreTextProcessor" + ], + { + "title_aux": "ComfyUI PickScore Nodes" + } + ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -1919,6 +1930,14 @@ "title_aux": "Variation seeds" } ], + "https://github.com/chrisgoringe/cg-use-everywhere": [ + [ + "Seed Everywhere" + ], + { + "title_aux": "Use Everwhere" + } + ], "https://github.com/city96/ComfyUI_ColorMod": [ [ "ColorModEdges", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 63b76db..52ca93b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Zuellni", + "title": "ComfyUI PickScore Nodes", + "reference": "https://github.com/Zuellni/ComfyUI-PickScore-Nodes", + "files": [ + "https://github.com/Zuellni/ComfyUI-PickScore-Nodes" + ], + "install_type": "git-clone", + "description": "Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best." + }, { "author": "chrisgoringe", "title": "Use Everwhere",