Browse Source

update DB

pull/397/head
dr.lt.data 10 months ago
parent
commit
917a3f59ed
  1. 10
      custom-node-list.json
  2. 26
      extension-node-map.json
  3. 30
      node_db/dev/custom-node-list.json
  4. 10
      node_db/new/custom-node-list.json
  5. 26
      node_db/new/extension-node-map.json

10
custom-node-list.json

@ -4994,6 +4994,16 @@
"install_type": "git-clone",
"description": "A small node pack containing various things I felt like ought to be in base comfy-UI. Currently includes Some image handling nodes to help with inpainting, a version of KSampler (advanced) that allows for denoise, and a node that can swap it's inputs. Remember to make an issue if you experience any bugs or errors!"
},
{
"author": "bilal-arikan",
"title": "ComfyUI_TextAssets",
"reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets",
"files": [
"https://github.com/bilal-arikan/ComfyUI_TextAssets"
],
"install_type": "git-clone",
"description": "With this node you can upload text files to input folder from your local computer."
},

26
extension-node-map.json

@ -2428,6 +2428,7 @@
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"tri3d-adjust-neck",
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-clipdrop-bgremove-api",
@ -2482,7 +2483,6 @@
"TC_EqualizeCLAHE",
"TC_ImageResize",
"TC_ImageScale",
"TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation"
],
@ -2492,8 +2492,11 @@
],
"https://github.com/TemryL/ComfyS3": [
[
"DownloadFileS3",
"LoadImageS3",
"SaveImageS3"
"SaveImageS3",
"SaveVideoFilesS3",
"UploadFileS3"
],
{
"title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI"
@ -3633,6 +3636,14 @@
"title_aux": "CLIPSeg"
}
],
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
[
"LoadTextAsset"
],
{
"title_aux": "ComfyUI_TextAssets"
}
],
"https://github.com/blepping/ComfyUI-bleh": [
[
"BlehDeepShrink",
@ -3756,6 +3767,7 @@
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
"RemapWarpPolar",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@ -4016,6 +4028,7 @@
"Panda3dAttachNewNode",
"Panda3dBase",
"Panda3dDirectionalLight",
"Panda3dLoadDepthModel",
"Panda3dLoadModel",
"Panda3dLoadTexture",
"Panda3dModelMerge",
@ -5144,9 +5157,13 @@
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
"Joytag",
"LLava Loader Simple",
"LLavaSamplerAdvanced",
"LLavaSamplerSimple",
"LlavaClipLoader",
"MoonDream",
"PromptGenerate",
"SimpleText",
"VisionTextQuestion"
"SimpleText"
],
{
"title_aux": "VLM_nodes"
@ -5536,6 +5553,7 @@
"ImageGridComposite2x2",
"ImageGridComposite3x3",
"ImageTransformByNormalizedAmplitude",
"ImageUpscaleWithModelBatched",
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
"NormalizeLatent",

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

@ -10,6 +10,36 @@
},
{
"author": "stutya",
"title": "ComfyUI-Terminal [UNSAFE]",
"reference": "https://github.com/stutya/ComfyUI-Terminal",
"files": [
"https://github.com/stutya/ComfyUI-Terminal"
],
"install_type": "git-clone",
"description": "Run Terminal Commands from ComfyUI.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]"
},
{
"author": "chaojie",
"title": "ComfyUI DynamiCrafter",
"reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter",
"files": [
"https://github.com/chaojie/ComfyUI-DynamiCrafter"
],
"install_type": "git-clone",
"description": "Nodes: DynamiCrafterLoader, DynamiCrafter Simple\nRef: [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)"
},
{
"author": "marcueberall",
"title": "ComfyUI-BuildPath",
"reference": "https://github.com/marcueberall/ComfyUI-BuildPath",
"files": [
"https://github.com/marcueberall/ComfyUI-BuildPath"
],
"install_type": "git-clone",
"description": "Nodes: Build Path Adv."
},
{
"author": "LotzF",
"title": "ComfyUI simple ChatGPT completion [UNSAFE]",

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

@ -10,6 +10,16 @@
},
{
"author": "bilal-arikan",
"title": "ComfyUI_TextAssets",
"reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets",
"files": [
"https://github.com/bilal-arikan/ComfyUI_TextAssets"
],
"install_type": "git-clone",
"description": "With this node you can upload text files to input folder from your local computer."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI SegMoE",

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

@ -2428,6 +2428,7 @@
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"tri3d-adjust-neck",
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-clipdrop-bgremove-api",
@ -2482,7 +2483,6 @@
"TC_EqualizeCLAHE",
"TC_ImageResize",
"TC_ImageScale",
"TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation"
],
@ -2492,8 +2492,11 @@
],
"https://github.com/TemryL/ComfyS3": [
[
"DownloadFileS3",
"LoadImageS3",
"SaveImageS3"
"SaveImageS3",
"SaveVideoFilesS3",
"UploadFileS3"
],
{
"title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI"
@ -3633,6 +3636,14 @@
"title_aux": "CLIPSeg"
}
],
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
[
"LoadTextAsset"
],
{
"title_aux": "ComfyUI_TextAssets"
}
],
"https://github.com/blepping/ComfyUI-bleh": [
[
"BlehDeepShrink",
@ -3756,6 +3767,7 @@
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
"RemapWarpPolar",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@ -4016,6 +4028,7 @@
"Panda3dAttachNewNode",
"Panda3dBase",
"Panda3dDirectionalLight",
"Panda3dLoadDepthModel",
"Panda3dLoadModel",
"Panda3dLoadTexture",
"Panda3dModelMerge",
@ -5144,9 +5157,13 @@
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
"Joytag",
"LLava Loader Simple",
"LLavaSamplerAdvanced",
"LLavaSamplerSimple",
"LlavaClipLoader",
"MoonDream",
"PromptGenerate",
"SimpleText",
"VisionTextQuestion"
"SimpleText"
],
{
"title_aux": "VLM_nodes"
@ -5536,6 +5553,7 @@
"ImageGridComposite2x2",
"ImageGridComposite3x3",
"ImageTransformByNormalizedAmplitude",
"ImageUpscaleWithModelBatched",
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
"NormalizeLatent",

Loading…
Cancel
Save