Browse Source

update DB

pull/319/head
Dr.Lt.Data 10 months ago
parent
commit
e3c882fbdf
  1. 10
      custom-node-list.json
  2. 37
      extension-node-map.json
  3. 2
      node_db/dev/custom-node-list.json
  4. 10
      node_db/dev/extension-node-map.json
  5. 10
      node_db/new/custom-node-list.json
  6. 37
      node_db/new/extension-node-map.json

10
custom-node-list.json

@ -2417,6 +2417,16 @@
"install_type": "git-clone",
"description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files."
},
{
"author": "chflame163",
"title": "ComfyUI_WordCloud",
"reference": "https://github.com/chflame163/ComfyUI_WordCloud",
"files": [
"https://github.com/chflame163/ComfyUI_WordCloud"
],
"install_type": "git-clone",
"description": "Nodes:Word Cloud, Load Text File"
},
{
"author": "drustan-hawk",
"title": "primitive-types",

37
extension-node-map.json

@ -272,20 +272,6 @@
"title_aux": "ComfyUI Deploy"
}
],
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
[
"BatchJoinAudio",
"CutAudio",
"DuplicateAudio",
"JoinAudio",
"ResampleAudio",
"ReverseAudio",
"StretchAudio"
],
{
"title_aux": "Waveform Extensions"
}
],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@ -2090,6 +2076,7 @@
"tri3d-pose-to-image",
"tri3d-position-hands",
"tri3d-position-parts-batch",
"tri3d-recolor",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
],
@ -2204,6 +2191,7 @@
"0246.JunctionBatch",
"0246.Loop",
"0246.Merge",
"0246.Meta",
"0246.Pick",
"0246.RandomInt",
"0246.Script",
@ -2719,9 +2707,13 @@
"https://github.com/aegis72/aegisflow_utility_nodes": [
[
"Aegisflow CLIP Pass",
"Aegisflow Conditioning Pass",
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow Mask Pass",
"Aegisflow Model Pass",
"Aegisflow Pos/Neg Pass",
"Aegisflow SDXL Tuple Pass",
"Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus",
"Brightness & Contrast_Ally",
@ -3384,6 +3376,15 @@
"title_aux": "ComfyUI_MSSpeech_TTS"
}
],
"https://github.com/chflame163/ComfyUI_WordCloud": [
[
"ComfyWordCloud",
"LoadTextFile"
],
{
"title_aux": "ComfyUI_WordCloud"
}
],
"https://github.com/chibiace/ComfyUI-Chibi-Nodes": [
[
"ConditionText",
@ -3598,6 +3599,7 @@
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"InpaintModelConditioning",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
@ -5569,6 +5571,13 @@
[
"Combine ZHGMasks",
"Cover ZHGMasks",
"From ZHG pip",
"GroundingDinoModelLoader (zhihuige)",
"GroundingDinoPIPESegment (zhihuige)",
"GroundingDinoSAMSegment (zhihuige)",
"InvertMask (zhihuige)",
"SAMModelLoader (zhihuige)",
"To ZHG pip",
"ZHG FaceIndex",
"ZHG GetMaskArea",
"ZHG Image Levels",

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

@ -18,7 +18,7 @@
"https://github.com/kadirnar/ComfyUI-Transformers"
],
"install_type": "git-clone",
"description": "Nodes:Transformers Pipeline."
"description": "Nodes:DepthEstimation."
},
{
"author": "MrAdamBlack",

10
node_db/dev/extension-node-map.json

@ -237,6 +237,7 @@
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"InpaintModelConditioning",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
@ -452,6 +453,7 @@
"JN_KSamplerAdvancedParams",
"JN_KSamplerFaceRestoreParams",
"JN_KSamplerResizeInputParams",
"JN_KSamplerResizeMaskAreaParams",
"JN_KSamplerResizeOutputParams",
"JN_KSamplerSeamlessParams",
"JN_KSamplerTileParams",
@ -494,6 +496,14 @@
"title_aux": "jn_node_suite_comfyui [WIP]"
}
],
"https://github.com/kadirnar/ComfyUI-Transformers": [
[
"DepthEstimationPipeline"
],
{
"title_aux": "ComfyUI-Transformers"
}
],
"https://github.com/kadirnar/comfyui_helpers": [
[
"CLIPSeg",

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

@ -10,6 +10,16 @@
},
{
"author": "chflame163",
"title": "ComfyUI_WordCloud",
"reference": "https://github.com/chflame163/ComfyUI_WordCloud",
"files": [
"https://github.com/chflame163/ComfyUI_WordCloud"
],
"install_type": "git-clone",
"description": "Nodes:Word Cloud, Load Text File"
},
{
"author": "underclockeddev",
"title": "Preview Subselection Node for ComfyUI",

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

@ -272,20 +272,6 @@
"title_aux": "ComfyUI Deploy"
}
],
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
[
"BatchJoinAudio",
"CutAudio",
"DuplicateAudio",
"JoinAudio",
"ResampleAudio",
"ReverseAudio",
"StretchAudio"
],
{
"title_aux": "Waveform Extensions"
}
],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@ -2090,6 +2076,7 @@
"tri3d-pose-to-image",
"tri3d-position-hands",
"tri3d-position-parts-batch",
"tri3d-recolor",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
],
@ -2204,6 +2191,7 @@
"0246.JunctionBatch",
"0246.Loop",
"0246.Merge",
"0246.Meta",
"0246.Pick",
"0246.RandomInt",
"0246.Script",
@ -2719,9 +2707,13 @@
"https://github.com/aegis72/aegisflow_utility_nodes": [
[
"Aegisflow CLIP Pass",
"Aegisflow Conditioning Pass",
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow Mask Pass",
"Aegisflow Model Pass",
"Aegisflow Pos/Neg Pass",
"Aegisflow SDXL Tuple Pass",
"Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus",
"Brightness & Contrast_Ally",
@ -3384,6 +3376,15 @@
"title_aux": "ComfyUI_MSSpeech_TTS"
}
],
"https://github.com/chflame163/ComfyUI_WordCloud": [
[
"ComfyWordCloud",
"LoadTextFile"
],
{
"title_aux": "ComfyUI_WordCloud"
}
],
"https://github.com/chibiace/ComfyUI-Chibi-Nodes": [
[
"ConditionText",
@ -3598,6 +3599,7 @@
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"InpaintModelConditioning",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
@ -5569,6 +5571,13 @@
[
"Combine ZHGMasks",
"Cover ZHGMasks",
"From ZHG pip",
"GroundingDinoModelLoader (zhihuige)",
"GroundingDinoPIPESegment (zhihuige)",
"GroundingDinoSAMSegment (zhihuige)",
"InvertMask (zhihuige)",
"SAMModelLoader (zhihuige)",
"To ZHG pip",
"ZHG FaceIndex",
"ZHG GetMaskArea",
"ZHG Image Levels",

Loading…
Cancel
Save