Browse Source

update DB

pull/123/head
ltdrdata 1 year ago
parent
commit
25c6df7334
  1. 10
      custom-node-list.json
  2. 19
      extension-node-map.json
  3. 10
      node_db/new/custom-node-list.json

10
custom-node-list.json

@ -488,6 +488,16 @@
"install_type": "git-clone",
"description": "Nodes: ExLlama Loader, ExLlama Generator. <BR>Used to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at <a href='https://huggingface.co/TheBloke'>https://huggingface.co/TheBloke</a><p style='background-color: black; color: red;'>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 <a href='https://github.com/jllllll/exllama/releases'>here</a>."
},
{
"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",

19
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",

10
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",

Loading…
Cancel
Save