Browse Source

update DB

pull/175/head
Dr.Lt.Data 1 year ago
parent
commit
7e498020ee
  1. 20
      custom-node-list.json
  2. 54
      extension-node-map.json
  3. 20
      node_db/new/custom-node-list.json
  4. 54
      node_db/new/extension-node-map.json

20
custom-node-list.json

@ -2415,14 +2415,14 @@
"description": "It's a super simple custom node for Comfy UI, to generate text, with a font size option. Useful for bigger labelling of nodes, helpful for wider screen captures or tutorials. Plus you can of course use the text within your generations." "description": "It's a super simple custom node for Comfy UI, to generate text, with a font size option. Useful for bigger labelling of nodes, helpful for wider screen captures or tutorials. Plus you can of course use the text within your generations."
}, },
{ {
"author": "noembryo", "author": "noEmbryo",
"title": "ComfyUI-noEmbryo", "title": "ComfyUI-noEmbryo nodes",
"reference": "https://github.com/noembryo/ComfyUI-noEmbryo", "reference": "https://github.com/noembryo/ComfyUI-noEmbryo",
"files": [ "files": [
"https://github.com/noembryo/ComfyUI-noEmbryo" "https://raw.githubusercontent.com/noembryo/ComfyUI-noEmbryo/master/nodes.py"
], ],
"install_type": "git-clone", "install_type": "copy",
"description": "PromptTermList (1-6) are some nodes that help with the creation of Prompts inside ComfyUI." "description": "PromptTermList (1-6): are some nodes that help with the creation of Prompts inside ComfyUI."
}, },
{ {
"author": "mikkel", "author": "mikkel",
@ -2725,16 +2725,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": "noEmbryo",
"title": "ComfyUI-noEmbryo nodes",
"reference": "https://github.com/noembryo/ComfyUI-noEmbryo",
"files": [
"https://raw.githubusercontent.com/noembryo/ComfyUI-noEmbryo/master/nodes.py"
],
"install_type": "copy",
"description": "PromptTermList (1-6): are some nodes that help with the creation of Prompts inside ComfyUI."
} }
] ]
} }

54
extension-node-map.json

@ -413,6 +413,7 @@
"https://github.com/Fannovel16/comfyui_controlnet_aux": [ "https://github.com/Fannovel16/comfyui_controlnet_aux": [
[ [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimeFace_SemSegPreprocessor",
"AnimeLineArtPreprocessor", "AnimeLineArtPreprocessor",
"BAE-NormalMapPreprocessor", "BAE-NormalMapPreprocessor",
"BinaryPreprocessor", "BinaryPreprocessor",
@ -501,13 +502,18 @@
], ],
"https://github.com/GMapeSplat/ComfyUI_ezXY": [ "https://github.com/GMapeSplat/ComfyUI_ezXY": [
[ [
"ItemFromList", "ConcatenateString",
"IterationDriver", "IterationDriver",
"JoinImages",
"LineToConsole", "LineToConsole",
"NumberFromList",
"NumbersToList", "NumbersToList",
"PlotImages", "PlotImages",
"StringFromList",
"StringToLabel",
"StringToList", "StringToList",
"ezMath", "ezMath",
"ezXY_AssemblePlot",
"ezXY_Driver" "ezXY_Driver"
], ],
{ {
@ -1933,6 +1939,8 @@
], ],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[ [
"Core ML LCM Converter",
"Core ML LCM Sampler",
"CoreMLModelAdapter", "CoreMLModelAdapter",
"CoreMLSampler", "CoreMLSampler",
"CoreMLUNetLoader" "CoreMLUNetLoader"
@ -3133,6 +3141,17 @@
"title_aux": "Recommended Resolution Calculator" "title_aux": "Recommended Resolution Calculator"
} }
], ],
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[
"DiscordServing",
"ServingInputNumber",
"ServingInputText",
"ServingOutput"
],
{
"title_aux": "ComfyUI Serving toolkit"
}
],
"https://github.com/mav-rik/facerestore_cf": [ "https://github.com/mav-rik/facerestore_cf": [
[ [
"CropFace", "CropFace",
@ -3287,23 +3306,6 @@
"title_aux": "comfyUI_Nodes_nicolai256" "title_aux": "comfyUI_Nodes_nicolai256"
} }
], ],
"https://github.com/noembryo/ComfyUI-noEmbryo": [
[
"PromptTermList1",
"PromptTermList2",
"PromptTermList3",
"PromptTermList4",
"PromptTermList5",
"PromptTermList6"
],
{
"author": "noEmbryo",
"description": "Some useful nodes.",
"nickname": "noEmbryo",
"title": "X Node",
"title_aux": "ComfyUI-noEmbryo"
}
],
"https://github.com/noxinias/ComfyUI_NoxinNodes": [ "https://github.com/noxinias/ComfyUI_NoxinNodes": [
[ [
"NoxinChime", "NoxinChime",
@ -3836,10 +3838,13 @@
"LCMGenerate", "LCMGenerate",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_controlnet",
"LCMLoader", "LCMLoader",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet",
"LCMLoader_img2img", "LCMLoader_img2img",
"LCMT2IAdapter",
"LCM_outpaint_prep", "LCM_outpaint_prep",
"LoadImageNode_LCM", "LoadImageNode_LCM",
"SaveImage_LCM" "SaveImage_LCM"
@ -4235,6 +4240,19 @@
"title_aux": "Cute Comfy" "title_aux": "Cute Comfy"
} }
], ],
"https://raw.githubusercontent.com/noembryo/ComfyUI-noEmbryo/master/nodes.py": [
[
"PromptTermList1",
"PromptTermList2",
"PromptTermList3",
"PromptTermList4",
"PromptTermList5",
"PromptTermList6"
],
{
"title_aux": "ComfyUI-noEmbryo nodes"
}
],
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
[ [
"SDXLAspectRatio" "SDXLAspectRatio"

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

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "IAmMatan.com",
"title": "ComfyUI Serving toolkit",
"reference": "https://github.com/matan1905/ComfyUI-Serving-Toolkit",
"files": [
"https://github.com/matan1905/ComfyUI-Serving-Toolkit"
],
"install_type": "git-clone",
"description": "This extension adds nodes that allow you to easily serve your workflow (for example using a discord bot) "
},
{ {
"author": "ParmanBabra", "author": "ParmanBabra",
"title": "ComfyUI-Malefish-Custom-Scripts", "title": "ComfyUI-Malefish-Custom-Scripts",
@ -31,14 +41,14 @@
"description": "Nodes:FC_LoraMerge." "description": "Nodes:FC_LoraMerge."
}, },
{ {
"author": "noembryo", "author": "noEmbryo",
"title": "ComfyUI-noEmbryo", "title": "ComfyUI-noEmbryo nodes",
"reference": "https://github.com/noembryo/ComfyUI-noEmbryo", "reference": "https://github.com/noembryo/ComfyUI-noEmbryo",
"files": [ "files": [
"https://github.com/noembryo/ComfyUI-noEmbryo" "https://raw.githubusercontent.com/noembryo/ComfyUI-noEmbryo/master/nodes.py"
], ],
"install_type": "git-clone", "install_type": "copy",
"description": "PromptTermList (1-6) are some nodes that help with the creation of Prompts inside ComfyUI." "description": "PromptTermList (1-6): are some nodes that help with the creation of Prompts inside ComfyUI."
}, },
{ {
"author": "aianimation55", "author": "aianimation55",

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

@ -413,6 +413,7 @@
"https://github.com/Fannovel16/comfyui_controlnet_aux": [ "https://github.com/Fannovel16/comfyui_controlnet_aux": [
[ [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimeFace_SemSegPreprocessor",
"AnimeLineArtPreprocessor", "AnimeLineArtPreprocessor",
"BAE-NormalMapPreprocessor", "BAE-NormalMapPreprocessor",
"BinaryPreprocessor", "BinaryPreprocessor",
@ -501,13 +502,18 @@
], ],
"https://github.com/GMapeSplat/ComfyUI_ezXY": [ "https://github.com/GMapeSplat/ComfyUI_ezXY": [
[ [
"ItemFromList", "ConcatenateString",
"IterationDriver", "IterationDriver",
"JoinImages",
"LineToConsole", "LineToConsole",
"NumberFromList",
"NumbersToList", "NumbersToList",
"PlotImages", "PlotImages",
"StringFromList",
"StringToLabel",
"StringToList", "StringToList",
"ezMath", "ezMath",
"ezXY_AssemblePlot",
"ezXY_Driver" "ezXY_Driver"
], ],
{ {
@ -1933,6 +1939,8 @@
], ],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[ [
"Core ML LCM Converter",
"Core ML LCM Sampler",
"CoreMLModelAdapter", "CoreMLModelAdapter",
"CoreMLSampler", "CoreMLSampler",
"CoreMLUNetLoader" "CoreMLUNetLoader"
@ -3133,6 +3141,17 @@
"title_aux": "Recommended Resolution Calculator" "title_aux": "Recommended Resolution Calculator"
} }
], ],
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[
"DiscordServing",
"ServingInputNumber",
"ServingInputText",
"ServingOutput"
],
{
"title_aux": "ComfyUI Serving toolkit"
}
],
"https://github.com/mav-rik/facerestore_cf": [ "https://github.com/mav-rik/facerestore_cf": [
[ [
"CropFace", "CropFace",
@ -3287,23 +3306,6 @@
"title_aux": "comfyUI_Nodes_nicolai256" "title_aux": "comfyUI_Nodes_nicolai256"
} }
], ],
"https://github.com/noembryo/ComfyUI-noEmbryo": [
[
"PromptTermList1",
"PromptTermList2",
"PromptTermList3",
"PromptTermList4",
"PromptTermList5",
"PromptTermList6"
],
{
"author": "noEmbryo",
"description": "Some useful nodes.",
"nickname": "noEmbryo",
"title": "X Node",
"title_aux": "ComfyUI-noEmbryo"
}
],
"https://github.com/noxinias/ComfyUI_NoxinNodes": [ "https://github.com/noxinias/ComfyUI_NoxinNodes": [
[ [
"NoxinChime", "NoxinChime",
@ -3836,10 +3838,13 @@
"LCMGenerate", "LCMGenerate",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_controlnet",
"LCMLoader", "LCMLoader",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet",
"LCMLoader_img2img", "LCMLoader_img2img",
"LCMT2IAdapter",
"LCM_outpaint_prep", "LCM_outpaint_prep",
"LoadImageNode_LCM", "LoadImageNode_LCM",
"SaveImage_LCM" "SaveImage_LCM"
@ -4235,6 +4240,19 @@
"title_aux": "Cute Comfy" "title_aux": "Cute Comfy"
} }
], ],
"https://raw.githubusercontent.com/noembryo/ComfyUI-noEmbryo/master/nodes.py": [
[
"PromptTermList1",
"PromptTermList2",
"PromptTermList3",
"PromptTermList4",
"PromptTermList5",
"PromptTermList6"
],
{
"title_aux": "ComfyUI-noEmbryo nodes"
}
],
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
[ [
"SDXLAspectRatio" "SDXLAspectRatio"

Loading…
Cancel
Save