diff --git a/custom-node-list.json b/custom-node-list.json index 9553530..0481b7c 100644 --- a/custom-node-list.json +++ b/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", diff --git a/extension-node-map.json b/extension-node-map.json index 19890ae..bdaf542 100644 --- a/extension-node-map.json +++ b/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", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index f2f8671..a2a43ac 100644 --- a/node_db/dev/custom-node-list.json +++ b/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", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 64f8dab..0c7ef5a 100644 --- a/node_db/dev/extension-node-map.json +++ b/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", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f10fe75..ee77e8f 100644 --- a/node_db/new/custom-node-list.json +++ b/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", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 19890ae..bdaf542 100644 --- a/node_db/new/extension-node-map.json +++ b/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",