Browse Source

update DB

pull/87/head
dr.lt.data 1 year ago
parent
commit
066c1f1e0a
  1. 30
      custom-node-list.json
  2. 43
      extension-node-map.json
  3. 30
      node_db/new/custom-node-list.json
  4. 43
      node_db/new/extension-node-map.json

30
custom-node-list.json

@ -1442,6 +1442,26 @@
"install_type": "git-clone",
"description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text."
},
{
"author": "YOUR-WORST-TACO",
"title": "ComfyUI-TacoNodes",
"reference": "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes",
"files": [
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes"
],
"install_type": "git-clone",
"description": "Nodes:TacoLatent, TacoAnimatedLoader, TacoImg2ImgAnimatedLoader, TacoGifMaker."
},
{
"author": "Lerc",
"title": "canvas_tab",
"reference": "https://github.com/Lerc/canvas_tab",
"files": [
"https://github.com/Lerc/canvas_tab"
],
"install_type": "git-clone",
"description": "Nodes: Edit In Another Tab. ComfyUI canvas editor page"
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",
@ -1630,6 +1650,16 @@
"install_type": "copy",
"description": "Nodes: yugioh_Presets. by Nicolai256 inspired by throttlekitty SDXLAspectRatio"
},
{
"author": "Onierous",
"title": "QRNG_Node_ComfyUI",
"reference": "https://github.com/Onierous/QRNG_Node_ComfyUI",
"files": [
"https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py"
],
"install_type": "copy",
"description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI"
},
{
"author": "theally",
"title": "TheAlly's Custom Nodes",

43
extension-node-map.json

@ -292,7 +292,14 @@
],
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
[
"EmptyLatentImageLoop"
"EmptyLatentImageLoop",
"FolderToImageStorage",
"ImageStorageExportLoop",
"ImageStorageImport",
"ImageStorageReset",
"LatentStorageExportLoop",
"LatentStorageImport",
"LatentStorageReset"
],
{
"title_aux": "ComfyUI-Loopchain"
@ -490,6 +497,14 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/Lerc/canvas_tab": [
[
"Canvas_Tab"
],
{
"title_aux": "canvas_tab"
}
],
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
[
"Control Net Stacker",
@ -673,6 +688,14 @@
"title_aux": "ComfyUI-N-Nodes"
}
],
"https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py": [
[
"QRNG_Node_CSV"
],
{
"title_aux": "QRNG_Node_ComfyUI"
}
],
"https://github.com/Pfaeff/pfaeff-comfyui": [
[
"AstropulsePixelDetector",
@ -879,6 +902,7 @@
[
"ttN busIN",
"ttN busOUT",
"ttN compareInput",
"ttN concat",
"ttN debugInput",
"ttN float",
@ -892,6 +916,7 @@
"ttN pipeIN",
"ttN pipeKSampler",
"ttN pipeKSamplerAdvanced",
"ttN pipeKSamplerSDXL",
"ttN pipeLoader",
"ttN pipeLoaderSDXL",
"ttN pipeOUT",
@ -1117,6 +1142,18 @@
"title_aux": "WAS Node Suite"
}
],
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [
[
"Example",
"TacoAnimatedLoader",
"TacoGifMaker",
"TacoImg2ImgAnimatedLoader",
"TacoLatent"
],
{
"title_aux": "ComfyUI-TacoNodes"
}
],
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [
[
"MergeBlockWeighted"
@ -1204,6 +1241,7 @@
"Mikey Sampler",
"Mikey Sampler Base Only",
"Mikey Sampler Tiled",
"Mikey Sampler Tiled Base Only",
"PresetRatioSelector",
"Prompt With SDXL",
"Prompt With Style",
@ -2147,9 +2185,12 @@
"AV_ParametersPipeToPrompts",
"AV_PromptsToParametersPipe",
"AV_UploadImage",
"BLIPCaption",
"DependenciesEdit",
"ImageMuxer",
"LoadImageFromUrl",
"SDXLAspectRatioSelector",
"SDXLPromptStyler",
"StringToInt"
],
{

30
node_db/new/custom-node-list.json

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "Onierous",
"title": "QRNG_Node_ComfyUI",
"reference": "https://github.com/Onierous/QRNG_Node_ComfyUI",
"files": [
"https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py"
],
"install_type": "copy",
"description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI"
},
{
"author": "Lerc",
"title": "canvas_tab",
"reference": "https://github.com/Lerc/canvas_tab",
"files": [
"https://github.com/Lerc/canvas_tab"
],
"install_type": "git-clone",
"description": "Nodes: Edit In Another Tab. ComfyUI canvas editor page"
},
{
"author": "YOUR-WORST-TACO",
"title": "ComfyUI-TacoNodes",
"reference": "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes",
"files": [
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes"
],
"install_type": "git-clone",
"description": "Nodes:TacoLatent, TacoAnimatedLoader, TacoImg2ImgAnimatedLoader, TacoGifMaker."
},
{
"author": "skfoo",
"title": "ComfyUI-Coziness",

43
node_db/new/extension-node-map.json

@ -292,7 +292,14 @@
],
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
[
"EmptyLatentImageLoop"
"EmptyLatentImageLoop",
"FolderToImageStorage",
"ImageStorageExportLoop",
"ImageStorageImport",
"ImageStorageReset",
"LatentStorageExportLoop",
"LatentStorageImport",
"LatentStorageReset"
],
{
"title_aux": "ComfyUI-Loopchain"
@ -490,6 +497,14 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/Lerc/canvas_tab": [
[
"Canvas_Tab"
],
{
"title_aux": "canvas_tab"
}
],
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
[
"Control Net Stacker",
@ -673,6 +688,14 @@
"title_aux": "ComfyUI-N-Nodes"
}
],
"https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py": [
[
"QRNG_Node_CSV"
],
{
"title_aux": "QRNG_Node_ComfyUI"
}
],
"https://github.com/Pfaeff/pfaeff-comfyui": [
[
"AstropulsePixelDetector",
@ -879,6 +902,7 @@
[
"ttN busIN",
"ttN busOUT",
"ttN compareInput",
"ttN concat",
"ttN debugInput",
"ttN float",
@ -892,6 +916,7 @@
"ttN pipeIN",
"ttN pipeKSampler",
"ttN pipeKSamplerAdvanced",
"ttN pipeKSamplerSDXL",
"ttN pipeLoader",
"ttN pipeLoaderSDXL",
"ttN pipeOUT",
@ -1117,6 +1142,18 @@
"title_aux": "WAS Node Suite"
}
],
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [
[
"Example",
"TacoAnimatedLoader",
"TacoGifMaker",
"TacoImg2ImgAnimatedLoader",
"TacoLatent"
],
{
"title_aux": "ComfyUI-TacoNodes"
}
],
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [
[
"MergeBlockWeighted"
@ -1204,6 +1241,7 @@
"Mikey Sampler",
"Mikey Sampler Base Only",
"Mikey Sampler Tiled",
"Mikey Sampler Tiled Base Only",
"PresetRatioSelector",
"Prompt With SDXL",
"Prompt With Style",
@ -2147,9 +2185,12 @@
"AV_ParametersPipeToPrompts",
"AV_PromptsToParametersPipe",
"AV_UploadImage",
"BLIPCaption",
"DependenciesEdit",
"ImageMuxer",
"LoadImageFromUrl",
"SDXLAspectRatioSelector",
"SDXLPromptStyler",
"StringToInt"
],
{

Loading…
Cancel
Save