From 066c1f1e0acea1377f1d3d9a1c209560c639e69a Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 25 Aug 2023 11:25:18 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 30 ++++++++++++++++++++ extension-node-map.json | 43 ++++++++++++++++++++++++++++- node_db/new/custom-node-list.json | 30 ++++++++++++++++++++ node_db/new/extension-node-map.json | 43 ++++++++++++++++++++++++++++- 4 files changed, 144 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d57abafd..85def576 100644 --- a/custom-node-list.json +++ b/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", diff --git a/extension-node-map.json b/extension-node-map.json index 2b1b7803..fa176a56 100644 --- a/extension-node-map.json +++ b/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" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b31a1937..34bb9396 100644 --- a/node_db/new/custom-node-list.json +++ b/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", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 2b1b7803..fa176a56 100644 --- a/node_db/new/extension-node-map.json +++ b/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" ], {