update DB

This commit is contained in:
Dr.Lt.Data 2025-06-28 18:15:49 +09:00
parent 4a6dee3044
commit c43c7ecc03
8 changed files with 1827 additions and 1701 deletions

View File

@ -26120,6 +26120,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "String random picker for ComfyUI" "description": "String random picker for ComfyUI"
}, },
{
"author": "lihaoyun6",
"title": "ComfyUI-BlindWatermark",
"reference": "https://github.com/lihaoyun6/ComfyUI-BlindWatermark",
"files": [
"https://github.com/lihaoyun6/ComfyUI-BlindWatermark"
],
"install_type": "git-clone",
"description": "Embeds an invisible watermark in the input image"
},
{ {
"author": "northumber", "author": "northumber",
"title": "ComfyUI-northTools", "title": "ComfyUI-northTools",
@ -28275,6 +28285,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes pack for ComfyUI" "description": "Custom nodes pack for ComfyUI"
}, },
{
"author": "HMG-Fiverr",
"title": "Random Number Button",
"reference": "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton",
"files": [
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton"
],
"install_type": "git-clone",
"description": "This node provides a button that, when clicked, triggers the execution of the node and generates a new random integer between 0 and 1000. The generated number is available as an output."
},

View File

@ -1354,6 +1354,7 @@
"OpenPoseMediaPipeFace", "OpenPoseMediaPipeFace",
"PreviewAudio", "PreviewAudio",
"SaveAudioBL", "SaveAudioBL",
"SaveModel",
"\u5b58\u50a8", "\u5b58\u50a8",
"\u5bfc\u5165", "\u5bfc\u5165",
"\u622a\u56fe", "\u622a\u56fe",
@ -3560,6 +3561,7 @@
"https://github.com/ComfyAssets/ComfyUI-KikoTools": [ "https://github.com/ComfyAssets/ComfyUI-KikoTools": [
[ [
"EmptyLatentBatch", "EmptyLatentBatch",
"KikoSaveImage",
"ResolutionCalculator", "ResolutionCalculator",
"SamplerCombo", "SamplerCombo",
"SamplerComboCompact", "SamplerComboCompact",
@ -5737,6 +5739,14 @@
"title_aux": "ComfyUI_RH_UNO" "title_aux": "ComfyUI_RH_UNO"
} }
], ],
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": [
[
"RandomNumberButton"
],
{
"title_aux": "Random Number Button"
}
],
"https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [
[ [
"HaiperImage2Video", "HaiperImage2Video",
@ -15044,10 +15054,10 @@
], ],
"https://github.com/alchemine/comfyui-alchemine-pack": [ "https://github.com/alchemine/comfyui-alchemine-pack": [
[ [
"FilterSubtags",
"FilterTags",
"ProcessTags", "ProcessTags",
"RemoveSubtags", "ReplaceUnderscores"
"RemoveTags",
"RemoveUnderscores"
], ],
{ {
"title_aux": "ComfyUI-Alchemine-Pack" "title_aux": "ComfyUI-Alchemine-Pack"
@ -27375,6 +27385,17 @@
"title_aux": "ComfyUI-TCD-Sampler" "title_aux": "ComfyUI-TCD-Sampler"
} }
], ],
"https://github.com/lihaoyun6/ComfyUI-BlindWatermark": [
[
"ApplyBlindWatermark",
"ApplyBlindWatermarkAdvanced",
"DecodeBlindWatermark",
"DecodeBlindWatermarkAdvanced"
],
{
"title_aux": "ComfyUI-BlindWatermark"
}
],
"https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": [ "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": [
[ [
"CSVRandomPicker" "CSVRandomPicker"
@ -36288,6 +36309,7 @@
"Mask_White_Area_Ratio", "Mask_White_Area_Ratio",
"MaxLength_ImageListSelector", "MaxLength_ImageListSelector",
"Percentage_Cropper", "Percentage_Cropper",
"Pixelate_Filter",
"Prompt_Text", "Prompt_Text",
"Save_Image", "Save_Image",
"Seamless_Icon_Generator", "Seamless_Icon_Generator",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "pixixai",
"title": "ComfyUI_Pixix-Tools [UNSAFE/WIP]",
"reference": "https://github.com/pixixai/ComfyUI_Pixix-Tools",
"files": [
"https://github.com/pixixai/ComfyUI_Pixix-Tools"
],
"install_type": "git-clone",
"description": "Load Text (from folder)\nNOTE: The files in the repo are not organized.[w/The contents of files from arbitrary paths can be read remotely through this node.]"
},
{ {
"author": "PeterMikhai", "author": "PeterMikhai",
"title": "DoomFLUX Nodes [WIP]", "title": "DoomFLUX Nodes [WIP]",

View File

@ -7814,6 +7814,14 @@
"title_aux": "ComfyUI LLM Prompt Enhancer [WIP]" "title_aux": "ComfyUI LLM Prompt Enhancer [WIP]"
} }
], ],
"https://github.com/pixixai/ComfyUI_Pixix-Tools": [
[
"LoadTextFromFolderNode"
],
{
"title_aux": "ComfyUI_Pixix-Tools [UNSAFE/WIP]"
}
],
"https://github.com/pixuai/ComfyUI-PixuAI": [ "https://github.com/pixuai/ComfyUI-PixuAI": [
[ [
"PromptSearch" "PromptSearch"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "lihaoyun6",
"title": "ComfyUI-BlindWatermark",
"reference": "https://github.com/lihaoyun6/ComfyUI-BlindWatermark",
"files": [
"https://github.com/lihaoyun6/ComfyUI-BlindWatermark"
],
"install_type": "git-clone",
"description": "Embeds an invisible watermark in the input image"
},
{
"author": "HMG-Fiverr",
"title": "Random Number Button",
"reference": "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton",
"files": [
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton"
],
"install_type": "git-clone",
"description": "This node provides a button that, when clicked, triggers the execution of the node and generates a new random integer between 0 and 1000. The generated number is available as an output."
},
{ {
"author": "sdtana", "author": "sdtana",
"title": "ComfyUI-FDG", "title": "ComfyUI-FDG",
@ -668,27 +688,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a custom node for ComfyUI that calls the DeepSeek Chat API to process text input and return text output." "description": "This is a custom node for ComfyUI that calls the DeepSeek Chat API to process text input and return text output."
},
{
"author": "jkhayiying",
"title": "ImageLoadFromLocalOrUrl Node for ComfyUI",
"id": "JkhaImageLoaderPathOrUrl",
"reference": "https://gitee.com/yyh915/jkha-load-img",
"files": [
"https://gitee.com/yyh915/jkha-load-img"
],
"install_type": "git-clone",
"description": "This is a node to load an image from local path or url."
},
{
"author": "jurdnf",
"title": "ComfyUI-JurdnsModelSculptor",
"reference": "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor",
"files": [
"https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node package for seamless integration with Threads (Meta's social platform). This package allows you to publish posts, manage images, and retrieve post history directly from your ComfyUI workflows."
} }
] ]
} }

View File

@ -1354,6 +1354,7 @@
"OpenPoseMediaPipeFace", "OpenPoseMediaPipeFace",
"PreviewAudio", "PreviewAudio",
"SaveAudioBL", "SaveAudioBL",
"SaveModel",
"\u5b58\u50a8", "\u5b58\u50a8",
"\u5bfc\u5165", "\u5bfc\u5165",
"\u622a\u56fe", "\u622a\u56fe",
@ -3560,6 +3561,7 @@
"https://github.com/ComfyAssets/ComfyUI-KikoTools": [ "https://github.com/ComfyAssets/ComfyUI-KikoTools": [
[ [
"EmptyLatentBatch", "EmptyLatentBatch",
"KikoSaveImage",
"ResolutionCalculator", "ResolutionCalculator",
"SamplerCombo", "SamplerCombo",
"SamplerComboCompact", "SamplerComboCompact",
@ -5737,6 +5739,14 @@
"title_aux": "ComfyUI_RH_UNO" "title_aux": "ComfyUI_RH_UNO"
} }
], ],
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": [
[
"RandomNumberButton"
],
{
"title_aux": "Random Number Button"
}
],
"https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [
[ [
"HaiperImage2Video", "HaiperImage2Video",
@ -15044,10 +15054,10 @@
], ],
"https://github.com/alchemine/comfyui-alchemine-pack": [ "https://github.com/alchemine/comfyui-alchemine-pack": [
[ [
"FilterSubtags",
"FilterTags",
"ProcessTags", "ProcessTags",
"RemoveSubtags", "ReplaceUnderscores"
"RemoveTags",
"RemoveUnderscores"
], ],
{ {
"title_aux": "ComfyUI-Alchemine-Pack" "title_aux": "ComfyUI-Alchemine-Pack"
@ -27375,6 +27385,17 @@
"title_aux": "ComfyUI-TCD-Sampler" "title_aux": "ComfyUI-TCD-Sampler"
} }
], ],
"https://github.com/lihaoyun6/ComfyUI-BlindWatermark": [
[
"ApplyBlindWatermark",
"ApplyBlindWatermarkAdvanced",
"DecodeBlindWatermark",
"DecodeBlindWatermarkAdvanced"
],
{
"title_aux": "ComfyUI-BlindWatermark"
}
],
"https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": [ "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": [
[ [
"CSVRandomPicker" "CSVRandomPicker"
@ -36288,6 +36309,7 @@
"Mask_White_Area_Ratio", "Mask_White_Area_Ratio",
"MaxLength_ImageListSelector", "MaxLength_ImageListSelector",
"Percentage_Cropper", "Percentage_Cropper",
"Pixelate_Filter",
"Prompt_Text", "Prompt_Text",
"Save_Image", "Save_Image",
"Seamless_Icon_Generator", "Seamless_Icon_Generator",