Browse Source

update DB

pull/519/head
dr.lt.data 8 months ago
parent
commit
d0d1c737c5
  1. 40
      custom-node-list.json
  2. 113
      extension-node-map.json
  3. 10
      node_db/dev/custom-node-list.json
  4. 10
      node_db/legacy/custom-node-list.json
  5. 21
      node_db/new/custom-node-list.json
  6. 113
      node_db/new/extension-node-map.json

40
custom-node-list.json

@ -5868,16 +5868,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Abracadabra Summary, Abracadabra" "description": "Nodes:Abracadabra Summary, Abracadabra"
}, },
{
"author": "XINZHANG-ops",
"title": "comfyui-xin-nodes",
"reference": "https://github.com/XINZHANG-ops/comfyui-xin-nodes",
"files": [
"https://github.com/XINZHANG-ops/comfyui-xin-nodes"
],
"install_type": "git-clone",
"description": "Nodes:ImageSizeClassifer, RandomInt, ShowValue"
},
{ {
"author": "cerspense", "author": "cerspense",
"title": "cspnodes", "title": "cspnodes",
@ -6468,6 +6458,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple sidebar tweak to force fixe the ComfyUI menu to the top of the screen. Reaaally quick and dirty. May break with some ComfyUI setup." "description": "A simple sidebar tweak to force fixe the ComfyUI menu to the top of the screen. Reaaally quick and dirty. May break with some ComfyUI setup."
}, },
{
"author": "alisson-anjos",
"title": "ComfyUI-LLaVA-Describer",
"reference": "https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer",
"files": [
"https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer"
],
"install_type": "git-clone",
"description": "This is an extension for ComfyUI to extract descriptions from your images using the multimodal model called LLaVa. The LLaVa model - Large Language and Vision Assistant, although trained on a relatively small dataset, demonstrates exceptional capabilities in understanding images and answering questions about them. This model shows behaviors similar to multimodal models like GPT-4, even when presented with unseen images and instructions."
},
{
"author": "chaosaiart",
"title": "Chaosaiart-Nodes",
"reference": "https://github.com/chaosaiart/Chaosaiart-Nodes",
"files": [
"https://github.com/chaosaiart/Chaosaiart-Nodes"
],
"install_type": "git-clone",
"description": "This extension provides various custom nodes to assist in configuring the workflow structure."
},
@ -6846,16 +6856,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "alisson-anjos",
"title": "ComfyUI-LLaVA-Describer",
"reference": "https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer",
"files": [
"https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer"
],
"install_type": "git-clone",
"description": "This is an extension for ComfyUI to extract descriptions from your images using the multimodal model called LLaVa. The LLaVa model - Large Language and Vision Assistant, although trained on a relatively small dataset, demonstrates exceptional capabilities in understanding images and answering questions about them. This model shows behaviors similar to multimodal models like GPT-4, even when presented with unseen images and instructions."
} }
] ]
} }

113
extension-node-map.json

@ -866,7 +866,7 @@
"author": "CRE8IT GmbH", "author": "CRE8IT GmbH",
"description": "This extension offers various nodes.", "description": "This extension offers various nodes.",
"nickname": "cre8Nodes", "nickname": "cre8Nodes",
"title": "cr8SerialPrompter", "title": "cr8ApplySerialPrompter",
"title_aux": "ComfyUI-Cre8it-Nodes" "title_aux": "ComfyUI-Cre8it-Nodes"
} }
], ],
@ -1190,7 +1190,7 @@
"CosWave", "CosWave",
"FizzFrame", "FizzFrame",
"FizzFrameConcatenate", "FizzFrameConcatenate",
"ImageBatchFromValueSchedule", "ImagesFromBatchSchedule",
"Init FizzFrame", "Init FizzFrame",
"InvCosWave", "InvCosWave",
"InvSinWave", "InvSinWave",
@ -1893,6 +1893,14 @@
"ImageIntensityDetector", "ImageIntensityDetector",
"ImageLuminanceDetector", "ImageLuminanceDetector",
"InpaintPreprocessor", "InpaintPreprocessor",
"LayeredDiffusionApply",
"LayeredDiffusionCondApply",
"LayeredDiffusionCondJointApply",
"LayeredDiffusionDecode",
"LayeredDiffusionDecodeRGBA",
"LayeredDiffusionDecodeSplit",
"LayeredDiffusionDiffApply",
"LayeredDiffusionJointApply",
"LeReS-DepthMapPreprocessor", "LeReS-DepthMapPreprocessor",
"LineArtPreprocessor", "LineArtPreprocessor",
"LineartStandardPreprocessor", "LineartStandardPreprocessor",
@ -3771,27 +3779,6 @@
"title_aux": "WebDev9000-Nodes" "title_aux": "WebDev9000-Nodes"
} }
], ],
"https://github.com/XINZHANG-ops/comfyui-xin-nodes": [
[
"ImageColorPalette",
"ImageFlipper",
"ImagePixelPalette",
"ImageRGBPicker",
"ImageRGBSwapper",
"ImageRotator",
"ImageSizeClassifer",
"ImageSizeCombiner",
"PaintTiles",
"PaintTilesV2",
"RandomInt",
"SaveTensor",
"ShowValue",
"Tiles"
],
{
"title_aux": "comfyui-xin-nodes"
}
],
"https://github.com/XmYx/deforum-comfy-nodes": [ "https://github.com/XmYx/deforum-comfy-nodes": [
[ [
"DeforumAddNoiseNode", "DeforumAddNoiseNode",
@ -4254,6 +4241,14 @@
"title_aux": "ComfyUI Image Saver" "title_aux": "ComfyUI Image Saver"
} }
], ],
"https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer": [
[
"LLaVaDescriber"
],
{
"title_aux": "ComfyUI-LLaVA-Describer"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [ "https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[ [
"Prompt Generator" "Prompt Generator"
@ -5201,6 +5196,75 @@
"title_aux": "ComfyUI-dust3r" "title_aux": "ComfyUI-dust3r"
} }
], ],
"https://github.com/chaosaiart/Chaosaiart-Nodes": [
[
"chaosaiart_ADD_Prompt",
"chaosaiart_Any_Display",
"chaosaiart_Any_Switch",
"chaosaiart_Any_Switch_Big_Number",
"chaosaiart_Batch_Loader_Number_Override",
"chaosaiart_CheckpointLoader",
"chaosaiart_CheckpointPrompt",
"chaosaiart_CheckpointPrompt2",
"chaosaiart_CheckpointPrompt_Frame",
"chaosaiart_CheckpointPrompt_FrameMixer",
"chaosaiart_ControlNetApply",
"chaosaiart_ControlNetApply2",
"chaosaiart_Denoising_Switch",
"chaosaiart_EmptyLatentImage",
"chaosaiart_ImageHolder_loop",
"chaosaiart_KSampler",
"chaosaiart_KSampler1",
"chaosaiart_KSampler2",
"chaosaiart_KSampler3",
"chaosaiart_Load_Image_Batch",
"chaosaiart_Load_Image_Batch_2img",
"chaosaiart_Number",
"chaosaiart_Number_Counter",
"chaosaiart_Number_Switch",
"chaosaiart_Prompt",
"chaosaiart_Prompt_Frame",
"chaosaiart_Prompt_mixer",
"chaosaiart_Prompt_mixer_byFrame",
"chaosaiart_SaveImage",
"chaosaiart_ShowInput",
"chaosaiart_Show_Any",
"chaosaiart_Show_Info",
"chaosaiart_Simple_Prompt",
"chaosaiart_TextCLIPEncode",
"chaosaiart_TextCLIPEncode_simple",
"chaosaiart_adjust_color",
"chaosaiart_any_array2input_1Input",
"chaosaiart_any_array2input_all_big",
"chaosaiart_any_array2input_all_small",
"chaosaiart_any_input2array_big",
"chaosaiart_any_input2array_small",
"chaosaiart_cn_math",
"chaosaiart_controlnet_weidgth",
"chaosaiart_convert",
"chaosaiart_img2video",
"chaosaiart_imgHolder",
"chaosaiart_main_Prompt",
"chaosaiart_reloadAny_Load",
"chaosaiart_reloadAny_Save",
"chaosaiart_reloadIMG_Load",
"chaosaiart_reloadIMG_Load2",
"chaosaiart_reloadIMG_Save",
"chaosaiart_reloadLatent_Load",
"chaosaiart_reloadLatent_Load2",
"chaosaiart_reloadLatent_Save",
"chaosaiart_restarter",
"chaosaiart_restarter_advanced",
"chaosaiart_saveImagePrefix",
"chaosaiart_test",
"chaosaiart_test2",
"chaosaiart_video2img1",
"chaosaiart_video2img2"
],
{
"title_aux": "Chaosaiart-Nodes"
}
],
"https://github.com/chflame163/ComfyUI_FaceSimilarity": [ "https://github.com/chflame163/ComfyUI_FaceSimilarity": [
[ [
"Face Similarity" "Face Similarity"
@ -10176,6 +10240,9 @@
"Bedrock - Claude", "Bedrock - Claude",
"Bedrock - SDXL", "Bedrock - SDXL",
"Bedrock - Titan Image", "Bedrock - Titan Image",
"Image From S3",
"Image From URL",
"Image To S3",
"Prompt Regex Remove", "Prompt Regex Remove",
"Prompt Template" "Prompt Template"
], ],

10
node_db/dev/custom-node-list.json

@ -10,16 +10,6 @@
}, },
{
"author": "alisson-anjos",
"title": "ComfyUI-LLaVA-Describer",
"reference": "https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer",
"files": [
"https://github.com/zhangp365/ComfyUI-utils-nodes"
],
"install_type": "git-clone",
"description": "LLaVaDescriber"
},
{ {
"author": "Extraltodeus", "author": "Extraltodeus",
"title": "Vector_Sculptor_ComfyUI [WIP]", "title": "Vector_Sculptor_ComfyUI [WIP]",

10
node_db/legacy/custom-node-list.json

@ -10,6 +10,16 @@
}, },
{
"author": "XINZHANG-ops",
"title": "comfyui-xin-nodes [REMOVED]",
"reference": "https://github.com/XINZHANG-ops/comfyui-xin-nodes",
"files": [
"https://github.com/XINZHANG-ops/comfyui-xin-nodes"
],
"install_type": "git-clone",
"description": "Nodes:ImageSizeClassifer, RandomInt, ShowValue"
},
{ {
"author": "ssitu", "author": "ssitu",
"title": "NestedNodeBuilder [DEPRECATED]", "title": "NestedNodeBuilder [DEPRECATED]",

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

@ -10,6 +10,27 @@
}, },
{
"author": "alisson-anjos",
"title": "ComfyUI-LLaVA-Describer",
"reference": "https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer",
"files": [
"https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer"
],
"install_type": "git-clone",
"description": "This is an extension for ComfyUI to extract descriptions from your images using the multimodal model called LLaVa. The LLaVa model - Large Language and Vision Assistant, although trained on a relatively small dataset, demonstrates exceptional capabilities in understanding images and answering questions about them. This model shows behaviors similar to multimodal models like GPT-4, even when presented with unseen images and instructions."
},
{
"author": "chaosaiart",
"title": "Chaosaiart-Nodes",
"reference": "https://github.com/chaosaiart/Chaosaiart-Nodes",
"files": [
"https://github.com/chaosaiart/Chaosaiart-Nodes"
],
"install_type": "git-clone",
"description": "This extension provides various custom nodes to assist in configuring the workflow structure."
},
{ {
"author": "shadowcz007", "author": "shadowcz007",
"title": "comfyui-Image-reward", "title": "comfyui-Image-reward",

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

@ -866,7 +866,7 @@
"author": "CRE8IT GmbH", "author": "CRE8IT GmbH",
"description": "This extension offers various nodes.", "description": "This extension offers various nodes.",
"nickname": "cre8Nodes", "nickname": "cre8Nodes",
"title": "cr8SerialPrompter", "title": "cr8ApplySerialPrompter",
"title_aux": "ComfyUI-Cre8it-Nodes" "title_aux": "ComfyUI-Cre8it-Nodes"
} }
], ],
@ -1190,7 +1190,7 @@
"CosWave", "CosWave",
"FizzFrame", "FizzFrame",
"FizzFrameConcatenate", "FizzFrameConcatenate",
"ImageBatchFromValueSchedule", "ImagesFromBatchSchedule",
"Init FizzFrame", "Init FizzFrame",
"InvCosWave", "InvCosWave",
"InvSinWave", "InvSinWave",
@ -1893,6 +1893,14 @@
"ImageIntensityDetector", "ImageIntensityDetector",
"ImageLuminanceDetector", "ImageLuminanceDetector",
"InpaintPreprocessor", "InpaintPreprocessor",
"LayeredDiffusionApply",
"LayeredDiffusionCondApply",
"LayeredDiffusionCondJointApply",
"LayeredDiffusionDecode",
"LayeredDiffusionDecodeRGBA",
"LayeredDiffusionDecodeSplit",
"LayeredDiffusionDiffApply",
"LayeredDiffusionJointApply",
"LeReS-DepthMapPreprocessor", "LeReS-DepthMapPreprocessor",
"LineArtPreprocessor", "LineArtPreprocessor",
"LineartStandardPreprocessor", "LineartStandardPreprocessor",
@ -3771,27 +3779,6 @@
"title_aux": "WebDev9000-Nodes" "title_aux": "WebDev9000-Nodes"
} }
], ],
"https://github.com/XINZHANG-ops/comfyui-xin-nodes": [
[
"ImageColorPalette",
"ImageFlipper",
"ImagePixelPalette",
"ImageRGBPicker",
"ImageRGBSwapper",
"ImageRotator",
"ImageSizeClassifer",
"ImageSizeCombiner",
"PaintTiles",
"PaintTilesV2",
"RandomInt",
"SaveTensor",
"ShowValue",
"Tiles"
],
{
"title_aux": "comfyui-xin-nodes"
}
],
"https://github.com/XmYx/deforum-comfy-nodes": [ "https://github.com/XmYx/deforum-comfy-nodes": [
[ [
"DeforumAddNoiseNode", "DeforumAddNoiseNode",
@ -4254,6 +4241,14 @@
"title_aux": "ComfyUI Image Saver" "title_aux": "ComfyUI Image Saver"
} }
], ],
"https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer": [
[
"LLaVaDescriber"
],
{
"title_aux": "ComfyUI-LLaVA-Describer"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [ "https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[ [
"Prompt Generator" "Prompt Generator"
@ -5201,6 +5196,75 @@
"title_aux": "ComfyUI-dust3r" "title_aux": "ComfyUI-dust3r"
} }
], ],
"https://github.com/chaosaiart/Chaosaiart-Nodes": [
[
"chaosaiart_ADD_Prompt",
"chaosaiart_Any_Display",
"chaosaiart_Any_Switch",
"chaosaiart_Any_Switch_Big_Number",
"chaosaiart_Batch_Loader_Number_Override",
"chaosaiart_CheckpointLoader",
"chaosaiart_CheckpointPrompt",
"chaosaiart_CheckpointPrompt2",
"chaosaiart_CheckpointPrompt_Frame",
"chaosaiart_CheckpointPrompt_FrameMixer",
"chaosaiart_ControlNetApply",
"chaosaiart_ControlNetApply2",
"chaosaiart_Denoising_Switch",
"chaosaiart_EmptyLatentImage",
"chaosaiart_ImageHolder_loop",
"chaosaiart_KSampler",
"chaosaiart_KSampler1",
"chaosaiart_KSampler2",
"chaosaiart_KSampler3",
"chaosaiart_Load_Image_Batch",
"chaosaiart_Load_Image_Batch_2img",
"chaosaiart_Number",
"chaosaiart_Number_Counter",
"chaosaiart_Number_Switch",
"chaosaiart_Prompt",
"chaosaiart_Prompt_Frame",
"chaosaiart_Prompt_mixer",
"chaosaiart_Prompt_mixer_byFrame",
"chaosaiart_SaveImage",
"chaosaiart_ShowInput",
"chaosaiart_Show_Any",
"chaosaiart_Show_Info",
"chaosaiart_Simple_Prompt",
"chaosaiart_TextCLIPEncode",
"chaosaiart_TextCLIPEncode_simple",
"chaosaiart_adjust_color",
"chaosaiart_any_array2input_1Input",
"chaosaiart_any_array2input_all_big",
"chaosaiart_any_array2input_all_small",
"chaosaiart_any_input2array_big",
"chaosaiart_any_input2array_small",
"chaosaiart_cn_math",
"chaosaiart_controlnet_weidgth",
"chaosaiart_convert",
"chaosaiart_img2video",
"chaosaiart_imgHolder",
"chaosaiart_main_Prompt",
"chaosaiart_reloadAny_Load",
"chaosaiart_reloadAny_Save",
"chaosaiart_reloadIMG_Load",
"chaosaiart_reloadIMG_Load2",
"chaosaiart_reloadIMG_Save",
"chaosaiart_reloadLatent_Load",
"chaosaiart_reloadLatent_Load2",
"chaosaiart_reloadLatent_Save",
"chaosaiart_restarter",
"chaosaiart_restarter_advanced",
"chaosaiart_saveImagePrefix",
"chaosaiart_test",
"chaosaiart_test2",
"chaosaiart_video2img1",
"chaosaiart_video2img2"
],
{
"title_aux": "Chaosaiart-Nodes"
}
],
"https://github.com/chflame163/ComfyUI_FaceSimilarity": [ "https://github.com/chflame163/ComfyUI_FaceSimilarity": [
[ [
"Face Similarity" "Face Similarity"
@ -10176,6 +10240,9 @@
"Bedrock - Claude", "Bedrock - Claude",
"Bedrock - SDXL", "Bedrock - SDXL",
"Bedrock - Titan Image", "Bedrock - Titan Image",
"Image From S3",
"Image From URL",
"Image To S3",
"Prompt Regex Remove", "Prompt Regex Remove",
"Prompt Template" "Prompt Template"
], ],

Loading…
Cancel
Save