mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
62d87087f8
commit
e3c882fbdf
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"https://github.com/kadirnar/ComfyUI-Transformers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Transformers Pipeline."
|
||||
"description": "Nodes:DepthEstimation."
|
||||
},
|
||||
{
|
||||
"author": "MrAdamBlack",
|
||||
|
||||
@ -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,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",
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user