update DB

This commit is contained in:
Dr.Lt.Data 2024-09-16 12:56:45 +09:00
parent 07402c7a90
commit 7e777c5460
9 changed files with 236 additions and 107 deletions

View File

@ -204,7 +204,6 @@ This repository provides Colab notebooks that allow you to install and use Comfy
* Please submit a pull request to update either the custom-node-list.json or model-list.json file. * Please submit a pull request to update either the custom-node-list.json or model-list.json file.
* The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns. * The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns.
* Or you can provide manually `node_list.json` file.
``` ```
NODE_CLASS_MAPPINGS = { NODE_CLASS_MAPPINGS = {
@ -218,6 +217,7 @@ NODE_CLASS_MAPPINGS.update({
"SemSegPreprocessor": Uniformer_SemSegPreprocessor, "SemSegPreprocessor": Uniformer_SemSegPreprocessor,
}) })
``` ```
* Or you can provide manually `node_list.json` file.
* When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager. * When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager.
* Currently, only the `nickname` is being used, but other parts will also be utilized in the future. * Currently, only the `nickname` is being used, but other parts will also be utilized in the future.

View File

@ -11416,7 +11416,7 @@
"https://github.com/JayLyu/ComfyUI_BaiKong_Node" "https://github.com/JayLyu/ComfyUI_BaiKong_Node"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:BK Img To Color, BK Color Selector" "description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter."
}, },
{ {
"author": "risunobushi", "author": "risunobushi",
@ -13629,7 +13629,7 @@
"https://github.com/lucafoscili/comfyui-lf" "https://github.com/lucafoscili/comfyui-lf"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "JSON Nodes, Large Language Model Nodes, Logic Nodes, Workflow Nodes." "description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!"
}, },
{ {
"author": "JPrevots", "author": "JPrevots",
@ -14408,17 +14408,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A node that can be dropped into a group. When a node is then clicked within that group, all nodes and connections in that group get greyed out and the connections from the clicked node go bright red." "description": "A node that can be dropped into a group. When a node is then clicked within that group, all nodes and connections in that group get greyed out and the connections from the clicked node go bright red."
}, },
{
"author": "openart",
"title": "openart-comfyui-deploy",
"id": "openart-comfyui-deploy",
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
"files": [
"https://github.com/kulsisme/openart-comfyui-deploy"
],
"install_type": "git-clone",
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
},
{ {
"author": "Cyber-BCat", "author": "Cyber-BCat",
"title": "ComfyUI_Auto_Caption", "title": "ComfyUI_Auto_Caption",
@ -14503,6 +14492,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
}, },
{
"author": "svdC1",
"title": "LoRa Dataset Tools",
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
"files": [
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
],
"install_type": "git-clone",
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
},

View File

@ -604,6 +604,7 @@
"ENHivisionParamsNode", "ENHivisionParamsNode",
"HivisionLayOutNode", "HivisionLayOutNode",
"HivisionNode", "HivisionNode",
"LaterProcessNode",
"ZHHivisionParamsNode" "ZHHivisionParamsNode"
], ],
{ {
@ -1336,6 +1337,17 @@
"title_aux": "ComfyUI Deploy" "title_aux": "ComfyUI Deploy"
} }
], ],
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
[
"fastsdcpu",
"fastsdcpu_lcm_models",
"fastsdcpu_loadModel",
"fastsdcpu_vino_models"
],
{
"title_aux": "ComfyUI-FastSDCPU"
}
],
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [ "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
[ [
"GatchaEmbedding" "GatchaEmbedding"
@ -1792,6 +1804,19 @@
"title_aux": "Prompt Injection Node for ComfyUI" "title_aux": "Prompt Injection Node for ComfyUI"
} }
], ],
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
[
"DiscordPostViaWebhook",
"DiscordSetWebhook"
],
{
"author": "Dayuppy",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
"nickname": "DiscordWebhook",
"title": "Discord Webhook",
"title_aux": "Discord Webhook"
}
],
"https://github.com/DeJoker/pipeline-parallel-comfy": [ "https://github.com/DeJoker/pipeline-parallel-comfy": [
[ [
"PipelineParallel" "PipelineParallel"
@ -3190,6 +3215,7 @@
"JNodes_AddOrSetMetaDataKey", "JNodes_AddOrSetMetaDataKey",
"JNodes_AnyToString", "JNodes_AnyToString",
"JNodes_AppendReversedFrames", "JNodes_AppendReversedFrames",
"JNodes_AudioInputOptions",
"JNodes_BooleanSelectorWithString", "JNodes_BooleanSelectorWithString",
"JNodes_BreakMediaInfo", "JNodes_BreakMediaInfo",
"JNodes_CheckpointSelectorWithString", "JNodes_CheckpointSelectorWithString",
@ -3206,6 +3232,7 @@
"JNodes_ImageFormatSelector", "JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector", "JNodes_ImageSizeSelector",
"JNodes_IntLiteral", "JNodes_IntLiteral",
"JNodes_JoinVideosInDirectory",
"JNodes_LoadVideo", "JNodes_LoadVideo",
"JNodes_LoadVisualMediaFromPath", "JNodes_LoadVisualMediaFromPath",
"JNodes_LoadVisualMediaFromPath_Batch", "JNodes_LoadVisualMediaFromPath_Batch",
@ -3223,11 +3250,13 @@
"JNodes_SamplerSelectorWithString", "JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput", "JNodes_SaveImageWithOutput",
"JNodes_SaveVideo", "JNodes_SaveVideo",
"JNodes_SaveVideoWithOptions",
"JNodes_SchedulerSelectorWithString", "JNodes_SchedulerSelectorWithString",
"JNodes_SearchAndReplace", "JNodes_SearchAndReplace",
"JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList", "JNodes_SearchAndReplaceFromList",
"JNodes_SelectRandomFileFromDirectory", "JNodes_SelectRandomFileFromDirectory",
"JNodes_SetMetadataA1111",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin", "JNodes_SplitAndJoin",
@ -3251,7 +3280,7 @@
"BK_ColorLuminance", "BK_ColorLuminance",
"BK_ColorSelector", "BK_ColorSelector",
"BK_GradientImage", "BK_GradientImage",
"BK_ImageFilterByAspectRatio", "BK_ImageAspectFilter",
"BK_Img2Color" "BK_Img2Color"
], ],
{ {
@ -3878,8 +3907,12 @@
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
[ [
"\u26d4 Generate Negative Prompt", "\u26d4 Generate Negative Prompt",
"\u2728 Groq LLM API", "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
"\u2728\ud83d\udcac Groq LLM API",
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
"\u2728\ud83d\udcf7 Groq VLM API",
"\ud83d\udcbe Save Text File With Path", "\ud83d\udcbe Save Text File With Path",
"\ud83d\udcc1 Get File Path",
"\ud83d\uddbc\ufe0f Download Image from URL" "\ud83d\uddbc\ufe0f Download Image from URL"
], ],
{ {
@ -9242,10 +9275,12 @@
"LayerColor: AutoAdjustV2", "LayerColor: AutoAdjustV2",
"LayerColor: AutoBrightness", "LayerColor: AutoBrightness",
"LayerColor: Brightness & Contrast", "LayerColor: Brightness & Contrast",
"LayerColor: BrightnessContrastV2",
"LayerColor: Color of Shadow & Highlight", "LayerColor: Color of Shadow & Highlight",
"LayerColor: ColorAdapter", "LayerColor: ColorAdapter",
"LayerColor: ColorBalance", "LayerColor: ColorBalance",
"LayerColor: ColorTemperature", "LayerColor: ColorTemperature",
"LayerColor: ColorofShadowHighlightV2",
"LayerColor: Exposure", "LayerColor: Exposure",
"LayerColor: Gamma", "LayerColor: Gamma",
"LayerColor: HSV", "LayerColor: HSV",
@ -9335,6 +9370,7 @@
"LayerUtility: CheckMaskV2", "LayerUtility: CheckMaskV2",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorImage V2", "LayerUtility: ColorImage V2",
"LayerUtility: ColorName",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: CreateQRCode", "LayerUtility: CreateQRCode",
"LayerUtility: CropBoxResolve", "LayerUtility: CropBoxResolve",
@ -9348,6 +9384,7 @@
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2", "LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
"LayerUtility: GetMainColors",
"LayerUtility: GradientImage", "LayerUtility: GradientImage",
"LayerUtility: GradientImage V2", "LayerUtility: GradientImage V2",
"LayerUtility: HLFrequencyDetailRestore", "LayerUtility: HLFrequencyDetailRestore",
@ -9780,6 +9817,7 @@
"ControlNetApply", "ControlNetApply",
"ControlNetApplyAdvanced", "ControlNetApplyAdvanced",
"ControlNetApplySD3", "ControlNetApplySD3",
"ControlNetInpaintingAliMamaApply",
"ControlNetLoader", "ControlNetLoader",
"CropMask", "CropMask",
"DiffControlNetLoader", "DiffControlNetLoader",
@ -12387,6 +12425,7 @@
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool", "accuweather_tool",
"advance_ebd_tool", "advance_ebd_tool",
"any2str",
"api_function", "api_function",
"api_tool", "api_tool",
"arxiv_tool", "arxiv_tool",
@ -12408,6 +12447,7 @@
"duckduckgo_tool", "duckduckgo_tool",
"ebd_tool", "ebd_tool",
"embeddings_function", "embeddings_function",
"end_anything",
"end_dialog", "end_dialog",
"end_workflow", "end_workflow",
"extra_parameters", "extra_parameters",
@ -12422,6 +12462,7 @@
"google_loader", "google_loader",
"google_tool", "google_tool",
"gpt_sovits", "gpt_sovits",
"graph_md_to_html",
"html2img_function", "html2img_function",
"image_iterator", "image_iterator",
"img2path", "img2path",
@ -12465,12 +12506,15 @@
"save_openai_ebd", "save_openai_ebd",
"show_text_party", "show_text_party",
"sql_tool", "sql_tool",
"start_anything",
"start_dialog", "start_dialog",
"start_workflow", "start_workflow",
"story_json_tool", "story_json_tool",
"str2float", "str2float",
"str2int",
"string_logic", "string_logic",
"substring", "substring",
"svg2img_function",
"text2json", "text2json",
"text2parameters", "text2parameters",
"text_iterator", "text_iterator",
@ -13559,6 +13603,7 @@
], ],
"https://github.com/justUmen/Bjornulf_custom_nodes": [ "https://github.com/justUmen/Bjornulf_custom_nodes": [
[ [
"Bjoenulf_RandomCheckpoint",
"Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CheckBlackImage", "Bjornulf_CheckBlackImage",
"Bjornulf_ClearVRAM", "Bjornulf_ClearVRAM",
@ -13571,15 +13616,18 @@
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
"Bjornulf_ImageMaskCutter", "Bjornulf_ImageMaskCutter",
"Bjornulf_LoadImageWithTransparency", "Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoopAllLines", "Bjornulf_LoopAllLines",
"Bjornulf_LoopBasicBatch", "Bjornulf_LoopBasicBatch",
"Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopCombosSamplersSchedulers",
"Bjornulf_LoopFloat", "Bjornulf_LoopFloat",
"Bjornulf_LoopImages", "Bjornulf_LoopImages",
"Bjornulf_LoopInteger", "Bjornulf_LoopInteger",
"Bjornulf_LoopModelClipVae",
"Bjornulf_LoopSamplers", "Bjornulf_LoopSamplers",
"Bjornulf_LoopSchedulers", "Bjornulf_LoopSchedulers",
"Bjornulf_LoopTexts", "Bjornulf_LoopTexts",
"Bjornulf_LoopWriteText",
"Bjornulf_PassPreviewImage", "Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume", "Bjornulf_PauseResume",
"Bjornulf_PickInput", "Bjornulf_PickInput",
@ -13598,6 +13646,7 @@
"Bjornulf_ShowFloat", "Bjornulf_ShowFloat",
"Bjornulf_ShowInt", "Bjornulf_ShowInt",
"Bjornulf_ShowText", "Bjornulf_ShowText",
"Bjornulf_ShowWhatever",
"Bjornulf_TextToSpeech", "Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed", "Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoPingPong", "Bjornulf_VideoPingPong",
@ -13606,7 +13655,7 @@
"Bjornulf_WriteImageCharacters", "Bjornulf_WriteImageCharacters",
"Bjornulf_WriteImageEnvironment", "Bjornulf_WriteImageEnvironment",
"Bjornulf_WriteText", "Bjornulf_WriteText",
"Bjornulf_WriteTextInConsole", "Bjornulf_WriteTextAdvanced",
"Bjornulf_imagesToVideo", "Bjornulf_imagesToVideo",
"Bjornulf_ollamaLoader" "Bjornulf_ollamaLoader"
], ],
@ -14452,28 +14501,6 @@
"title_aux": "ComfyUI_StringToHex" "title_aux": "ComfyUI_StringToHex"
} }
], ],
"https://github.com/kulsisme/openart-comfyui-deploy": [
[
"ComfyDeployWebscoketImageInput",
"ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalBoolean",
"ComfyUIDeployExternalCheckpoint",
"ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha",
"ComfyUIDeployExternalImageBatch",
"ComfyUIDeployExternalLora",
"ComfyUIDeployExternalNumber",
"ComfyUIDeployExternalNumberInt",
"ComfyUIDeployExternalNumberSlider",
"ComfyUIDeployExternalTextList",
"ComfyUIDeployExternalVid",
"ComfyUIDeployExternalVideo",
"OpenArtDeployText"
],
{
"title_aux": "openart-comfyui-deploy"
}
],
"https://github.com/kunieone/ComfyUI_alkaid": [ "https://github.com/kunieone/ComfyUI_alkaid": [
[ [
"A_EmptyLatentImageLongside", "A_EmptyLatentImageLongside",
@ -15545,6 +15572,7 @@
"LF_KeywordCounter", "LF_KeywordCounter",
"LF_KeywordToggleFromJSON", "LF_KeywordToggleFromJSON",
"LF_LLMChat", "LF_LLMChat",
"LF_LLMMessenger",
"LF_LoadImages", "LF_LoadImages",
"LF_LoadLocalJSON", "LF_LoadLocalJSON",
"LF_LoadMetadata", "LF_LoadMetadata",
@ -15690,6 +15718,8 @@
], ],
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[ [
"AlwaysExecute",
"CommandPickerServing",
"DiscordServing", "DiscordServing",
"ServingInputImage", "ServingInputImage",
"ServingInputImageAsLatent", "ServingInputImageAsLatent",
@ -16103,19 +16133,19 @@
"title_aux": "MLTask_ComfyUI" "title_aux": "MLTask_ComfyUI"
} }
], ],
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [ "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
[ [
"LoadAndSettingParametersMittimi01", "CombineParamDataMittimi",
"LoadAndSettingParametersMittimi02", "LoadSetParamMittimi",
"LoadPresetForSettingParametersMittimi01", "SaveImageParamMittimi",
"SettingParametersMittimi01" "SaveParamToPresetMittimi"
], ],
{ {
"author": "mittimi", "author": "mittimi",
"description": "The system selects and loads presets that have been saved in advance.", "description": "This node can easily switch between models and prompts by saving presets.",
"nickname": "mittimiLoadPreset", "nickname": "mittimiLoadPreset2",
"title": "mittimiLoadPreset", "title": "mittimiLoadPreset2",
"title_aux": "ComfyUI_mittimiLoadPreset" "title_aux": "ComfyUI_mittimiLoadPreset2"
} }
], ],
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [ "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
@ -17385,9 +17415,13 @@
"DepthBasedMaskOpacity", "DepthBasedMaskOpacity",
"DepthFeatureNode", "DepthFeatureNode",
"DepthShapeModifier", "DepthShapeModifier",
"DownloadCREPEModel",
"DownloadOpenUnmixModel", "DownloadOpenUnmixModel",
"DyeImage", "DyeImage",
"EffectVisualizer",
"EmitterMovement", "EmitterMovement",
"EmptyImageFromAudio",
"EmptyMaskFromAudio",
"FeatureCombine", "FeatureCombine",
"FeatureFade", "FeatureFade",
"FeatureMath", "FeatureMath",
@ -17397,6 +17431,7 @@
"FeatureScaler", "FeatureScaler",
"FeatureSmoothing", "FeatureSmoothing",
"FeatureToWeightsStrategy", "FeatureToWeightsStrategy",
"FeatureTruncateOrExtend",
"FlexDepthBasedMaskOpacity", "FlexDepthBasedMaskOpacity",
"FlexImageBloom", "FlexImageBloom",
"FlexImageChromaticAberration", "FlexImageChromaticAberration",
@ -17414,6 +17449,7 @@
"FlexMaskEmanatingRings", "FlexMaskEmanatingRings",
"FlexMaskMath", "FlexMaskMath",
"FlexMaskMorph", "FlexMaskMorph",
"FlexMaskNormalLighting",
"FlexMaskOpacity", "FlexMaskOpacity",
"FlexMaskRandomShapes", "FlexMaskRandomShapes",
"FlexMaskTransform", "FlexMaskTransform",
@ -17447,6 +17483,11 @@
"ParticleEmitter", "ParticleEmitter",
"ParticleSizeModulation", "ParticleSizeModulation",
"ParticleSpeedModulation", "ParticleSpeedModulation",
"PitchFeatureExtractor",
"PitchRange",
"PitchRangeByNoteNode",
"PitchRangePreset",
"PitchVisualizer",
"PreviewFeature", "PreviewFeature",
"ProximityFeatureNode", "ProximityFeatureNode",
"ProximityVisualizer", "ProximityVisualizer",
@ -18554,6 +18595,16 @@
"title_aux": "comfyui_lumaAPI" "title_aux": "comfyui_lumaAPI"
} }
], ],
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
[
"Detect Faces and Draw Detection Box",
"Directory Loader",
"Filter Images Without Faces"
],
{
"title_aux": "LoRa Dataset Tools"
}
],
"https://github.com/syaofox/ComfyUI_FoxTools": [ "https://github.com/syaofox/ComfyUI_FoxTools": [
[ [
"FoxBatchImageFromList", "FoxBatchImageFromList",
@ -19077,6 +19128,14 @@
"title_aux": "comfyui-webcam-node" "title_aux": "comfyui-webcam-node"
} }
], ],
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
[
"Face-similarity"
],
{
"title_aux": "FaceSimilarity"
}
],
"https://github.com/un-seen/comfyui-tensorops": [ "https://github.com/un-seen/comfyui-tensorops": [
[ [
"BackgroundSelect", "BackgroundSelect",

View File

@ -4679,11 +4679,6 @@
"last_update": "2024-08-20 04:52:06", "last_update": "2024-08-20 04:52:06",
"author_account_age_days": 2744 "author_account_age_days": 2744
}, },
"https://github.com/kulsisme/openart-comfyui-deploy": {
"stars": 0,
"last_update": "2024-09-13 09:48:21",
"author_account_age_days": 267
},
"https://github.com/kunieone/ComfyUI_alkaid": { "https://github.com/kunieone/ComfyUI_alkaid": {
"stars": 0, "stars": 0,
"last_update": "2024-05-23 01:10:21", "last_update": "2024-05-23 01:10:21",
@ -6224,6 +6219,11 @@
"last_update": "2024-06-17 21:00:05", "last_update": "2024-06-17 21:00:05",
"author_account_age_days": 532 "author_account_age_days": 532
}, },
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": {
"stars": 0,
"last_update": "2024-09-16 02:53:08",
"author_account_age_days": 83
},
"https://github.com/syaofox/ComfyUI_FoxTools": { "https://github.com/syaofox/ComfyUI_FoxTools": {
"stars": 2, "stars": 2,
"last_update": "2024-09-09 14:58:34", "last_update": "2024-09-09 14:58:34",

View File

@ -22,16 +22,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Download Z, Compress Z, Move Z" "description": "NODES:Download Z, Compress Z, Move Z"
}, },
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz (WIP)",
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
"files": [
"https://github.com/logtd/ComfyUI-Fluxtapoz"
],
"install_type": "git-clone",
"description": "A set of nodes for editing images using Flux in ComfyUI"
},
{ {
"author": "SoftMeng", "author": "SoftMeng",
"title": "ComfyUI-PIL", "title": "ComfyUI-PIL",
@ -373,16 +363,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name\nNOTE: The files in the repo are not organized, which may lead to update issues." "description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name\nNOTE: The files in the repo are not organized, which may lead to update issues."
}, },
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz [WIP]",
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
"files": [
"https://github.com/logtd/ComfyUI-Fluxtapoz"
],
"install_type": "git-clone",
"description": "A set of nodes for editing images using Flux in ComfyUI"
},
{ {
"author": "ChrisColeTech", "author": "ChrisColeTech",
"title": "ComfyUI-Get-Random-File [UNSAFE]", "title": "ComfyUI-Get-Random-File [UNSAFE]",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "jags111",
"title": "NyaamZ/ComfyUI-Long-CLIP",
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
"files": [
"https://github.com/NyaamZ/efficiency-nodes-ED"
],
"install_type": "git-clone",
"description": "This forked repo supports efficiency-nodes-comfyui. Additional features."
},
{ {
"author": "SeaArtLab", "author": "SeaArtLab",
"title": "zer0int/ComfyUI-Long-CLIP", "title": "zer0int/ComfyUI-Long-CLIP",

View File

@ -10,6 +10,18 @@
}, },
{
"author": "openart",
"title": "openart-comfyui-deploy [REMOVED]",
"id": "openart-comfyui-deploy",
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
"files": [
"https://github.com/kulsisme/openart-comfyui-deploy"
],
"install_type": "git-clone",
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
},
{ {
"author": "mittimi", "author": "mittimi",
"title": "ComfyUI_mittimiLoadPreset [DEPRECATED]", "title": "ComfyUI_mittimiLoadPreset [DEPRECATED]",

View File

@ -10,6 +10,16 @@
{
"author": "svdC1",
"title": "LoRa Dataset Tools",
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
"files": [
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
],
"install_type": "git-clone",
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
},
{ {
"author": "pydn", "author": "pydn",
"title": "ComfyUI to Python Extension", "title": "ComfyUI to Python Extension",

View File

@ -604,6 +604,7 @@
"ENHivisionParamsNode", "ENHivisionParamsNode",
"HivisionLayOutNode", "HivisionLayOutNode",
"HivisionNode", "HivisionNode",
"LaterProcessNode",
"ZHHivisionParamsNode" "ZHHivisionParamsNode"
], ],
{ {
@ -1336,6 +1337,17 @@
"title_aux": "ComfyUI Deploy" "title_aux": "ComfyUI Deploy"
} }
], ],
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
[
"fastsdcpu",
"fastsdcpu_lcm_models",
"fastsdcpu_loadModel",
"fastsdcpu_vino_models"
],
{
"title_aux": "ComfyUI-FastSDCPU"
}
],
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [ "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
[ [
"GatchaEmbedding" "GatchaEmbedding"
@ -1792,6 +1804,19 @@
"title_aux": "Prompt Injection Node for ComfyUI" "title_aux": "Prompt Injection Node for ComfyUI"
} }
], ],
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
[
"DiscordPostViaWebhook",
"DiscordSetWebhook"
],
{
"author": "Dayuppy",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
"nickname": "DiscordWebhook",
"title": "Discord Webhook",
"title_aux": "Discord Webhook"
}
],
"https://github.com/DeJoker/pipeline-parallel-comfy": [ "https://github.com/DeJoker/pipeline-parallel-comfy": [
[ [
"PipelineParallel" "PipelineParallel"
@ -3190,6 +3215,7 @@
"JNodes_AddOrSetMetaDataKey", "JNodes_AddOrSetMetaDataKey",
"JNodes_AnyToString", "JNodes_AnyToString",
"JNodes_AppendReversedFrames", "JNodes_AppendReversedFrames",
"JNodes_AudioInputOptions",
"JNodes_BooleanSelectorWithString", "JNodes_BooleanSelectorWithString",
"JNodes_BreakMediaInfo", "JNodes_BreakMediaInfo",
"JNodes_CheckpointSelectorWithString", "JNodes_CheckpointSelectorWithString",
@ -3206,6 +3232,7 @@
"JNodes_ImageFormatSelector", "JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector", "JNodes_ImageSizeSelector",
"JNodes_IntLiteral", "JNodes_IntLiteral",
"JNodes_JoinVideosInDirectory",
"JNodes_LoadVideo", "JNodes_LoadVideo",
"JNodes_LoadVisualMediaFromPath", "JNodes_LoadVisualMediaFromPath",
"JNodes_LoadVisualMediaFromPath_Batch", "JNodes_LoadVisualMediaFromPath_Batch",
@ -3223,11 +3250,13 @@
"JNodes_SamplerSelectorWithString", "JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput", "JNodes_SaveImageWithOutput",
"JNodes_SaveVideo", "JNodes_SaveVideo",
"JNodes_SaveVideoWithOptions",
"JNodes_SchedulerSelectorWithString", "JNodes_SchedulerSelectorWithString",
"JNodes_SearchAndReplace", "JNodes_SearchAndReplace",
"JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList", "JNodes_SearchAndReplaceFromList",
"JNodes_SelectRandomFileFromDirectory", "JNodes_SelectRandomFileFromDirectory",
"JNodes_SetMetadataA1111",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin", "JNodes_SplitAndJoin",
@ -3251,7 +3280,7 @@
"BK_ColorLuminance", "BK_ColorLuminance",
"BK_ColorSelector", "BK_ColorSelector",
"BK_GradientImage", "BK_GradientImage",
"BK_ImageFilterByAspectRatio", "BK_ImageAspectFilter",
"BK_Img2Color" "BK_Img2Color"
], ],
{ {
@ -3878,8 +3907,12 @@
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
[ [
"\u26d4 Generate Negative Prompt", "\u26d4 Generate Negative Prompt",
"\u2728 Groq LLM API", "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
"\u2728\ud83d\udcac Groq LLM API",
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
"\u2728\ud83d\udcf7 Groq VLM API",
"\ud83d\udcbe Save Text File With Path", "\ud83d\udcbe Save Text File With Path",
"\ud83d\udcc1 Get File Path",
"\ud83d\uddbc\ufe0f Download Image from URL" "\ud83d\uddbc\ufe0f Download Image from URL"
], ],
{ {
@ -9242,10 +9275,12 @@
"LayerColor: AutoAdjustV2", "LayerColor: AutoAdjustV2",
"LayerColor: AutoBrightness", "LayerColor: AutoBrightness",
"LayerColor: Brightness & Contrast", "LayerColor: Brightness & Contrast",
"LayerColor: BrightnessContrastV2",
"LayerColor: Color of Shadow & Highlight", "LayerColor: Color of Shadow & Highlight",
"LayerColor: ColorAdapter", "LayerColor: ColorAdapter",
"LayerColor: ColorBalance", "LayerColor: ColorBalance",
"LayerColor: ColorTemperature", "LayerColor: ColorTemperature",
"LayerColor: ColorofShadowHighlightV2",
"LayerColor: Exposure", "LayerColor: Exposure",
"LayerColor: Gamma", "LayerColor: Gamma",
"LayerColor: HSV", "LayerColor: HSV",
@ -9335,6 +9370,7 @@
"LayerUtility: CheckMaskV2", "LayerUtility: CheckMaskV2",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorImage V2", "LayerUtility: ColorImage V2",
"LayerUtility: ColorName",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: CreateQRCode", "LayerUtility: CreateQRCode",
"LayerUtility: CropBoxResolve", "LayerUtility: CropBoxResolve",
@ -9348,6 +9384,7 @@
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2", "LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
"LayerUtility: GetMainColors",
"LayerUtility: GradientImage", "LayerUtility: GradientImage",
"LayerUtility: GradientImage V2", "LayerUtility: GradientImage V2",
"LayerUtility: HLFrequencyDetailRestore", "LayerUtility: HLFrequencyDetailRestore",
@ -9780,6 +9817,7 @@
"ControlNetApply", "ControlNetApply",
"ControlNetApplyAdvanced", "ControlNetApplyAdvanced",
"ControlNetApplySD3", "ControlNetApplySD3",
"ControlNetInpaintingAliMamaApply",
"ControlNetLoader", "ControlNetLoader",
"CropMask", "CropMask",
"DiffControlNetLoader", "DiffControlNetLoader",
@ -12387,6 +12425,7 @@
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool", "accuweather_tool",
"advance_ebd_tool", "advance_ebd_tool",
"any2str",
"api_function", "api_function",
"api_tool", "api_tool",
"arxiv_tool", "arxiv_tool",
@ -12408,6 +12447,7 @@
"duckduckgo_tool", "duckduckgo_tool",
"ebd_tool", "ebd_tool",
"embeddings_function", "embeddings_function",
"end_anything",
"end_dialog", "end_dialog",
"end_workflow", "end_workflow",
"extra_parameters", "extra_parameters",
@ -12422,6 +12462,7 @@
"google_loader", "google_loader",
"google_tool", "google_tool",
"gpt_sovits", "gpt_sovits",
"graph_md_to_html",
"html2img_function", "html2img_function",
"image_iterator", "image_iterator",
"img2path", "img2path",
@ -12465,12 +12506,15 @@
"save_openai_ebd", "save_openai_ebd",
"show_text_party", "show_text_party",
"sql_tool", "sql_tool",
"start_anything",
"start_dialog", "start_dialog",
"start_workflow", "start_workflow",
"story_json_tool", "story_json_tool",
"str2float", "str2float",
"str2int",
"string_logic", "string_logic",
"substring", "substring",
"svg2img_function",
"text2json", "text2json",
"text2parameters", "text2parameters",
"text_iterator", "text_iterator",
@ -13559,6 +13603,7 @@
], ],
"https://github.com/justUmen/Bjornulf_custom_nodes": [ "https://github.com/justUmen/Bjornulf_custom_nodes": [
[ [
"Bjoenulf_RandomCheckpoint",
"Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CheckBlackImage", "Bjornulf_CheckBlackImage",
"Bjornulf_ClearVRAM", "Bjornulf_ClearVRAM",
@ -13571,15 +13616,18 @@
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
"Bjornulf_ImageMaskCutter", "Bjornulf_ImageMaskCutter",
"Bjornulf_LoadImageWithTransparency", "Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoopAllLines", "Bjornulf_LoopAllLines",
"Bjornulf_LoopBasicBatch", "Bjornulf_LoopBasicBatch",
"Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopCombosSamplersSchedulers",
"Bjornulf_LoopFloat", "Bjornulf_LoopFloat",
"Bjornulf_LoopImages", "Bjornulf_LoopImages",
"Bjornulf_LoopInteger", "Bjornulf_LoopInteger",
"Bjornulf_LoopModelClipVae",
"Bjornulf_LoopSamplers", "Bjornulf_LoopSamplers",
"Bjornulf_LoopSchedulers", "Bjornulf_LoopSchedulers",
"Bjornulf_LoopTexts", "Bjornulf_LoopTexts",
"Bjornulf_LoopWriteText",
"Bjornulf_PassPreviewImage", "Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume", "Bjornulf_PauseResume",
"Bjornulf_PickInput", "Bjornulf_PickInput",
@ -13598,6 +13646,7 @@
"Bjornulf_ShowFloat", "Bjornulf_ShowFloat",
"Bjornulf_ShowInt", "Bjornulf_ShowInt",
"Bjornulf_ShowText", "Bjornulf_ShowText",
"Bjornulf_ShowWhatever",
"Bjornulf_TextToSpeech", "Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed", "Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoPingPong", "Bjornulf_VideoPingPong",
@ -13606,7 +13655,7 @@
"Bjornulf_WriteImageCharacters", "Bjornulf_WriteImageCharacters",
"Bjornulf_WriteImageEnvironment", "Bjornulf_WriteImageEnvironment",
"Bjornulf_WriteText", "Bjornulf_WriteText",
"Bjornulf_WriteTextInConsole", "Bjornulf_WriteTextAdvanced",
"Bjornulf_imagesToVideo", "Bjornulf_imagesToVideo",
"Bjornulf_ollamaLoader" "Bjornulf_ollamaLoader"
], ],
@ -14452,28 +14501,6 @@
"title_aux": "ComfyUI_StringToHex" "title_aux": "ComfyUI_StringToHex"
} }
], ],
"https://github.com/kulsisme/openart-comfyui-deploy": [
[
"ComfyDeployWebscoketImageInput",
"ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalBoolean",
"ComfyUIDeployExternalCheckpoint",
"ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha",
"ComfyUIDeployExternalImageBatch",
"ComfyUIDeployExternalLora",
"ComfyUIDeployExternalNumber",
"ComfyUIDeployExternalNumberInt",
"ComfyUIDeployExternalNumberSlider",
"ComfyUIDeployExternalTextList",
"ComfyUIDeployExternalVid",
"ComfyUIDeployExternalVideo",
"OpenArtDeployText"
],
{
"title_aux": "openart-comfyui-deploy"
}
],
"https://github.com/kunieone/ComfyUI_alkaid": [ "https://github.com/kunieone/ComfyUI_alkaid": [
[ [
"A_EmptyLatentImageLongside", "A_EmptyLatentImageLongside",
@ -15545,6 +15572,7 @@
"LF_KeywordCounter", "LF_KeywordCounter",
"LF_KeywordToggleFromJSON", "LF_KeywordToggleFromJSON",
"LF_LLMChat", "LF_LLMChat",
"LF_LLMMessenger",
"LF_LoadImages", "LF_LoadImages",
"LF_LoadLocalJSON", "LF_LoadLocalJSON",
"LF_LoadMetadata", "LF_LoadMetadata",
@ -15690,6 +15718,8 @@
], ],
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[ [
"AlwaysExecute",
"CommandPickerServing",
"DiscordServing", "DiscordServing",
"ServingInputImage", "ServingInputImage",
"ServingInputImageAsLatent", "ServingInputImageAsLatent",
@ -16103,19 +16133,19 @@
"title_aux": "MLTask_ComfyUI" "title_aux": "MLTask_ComfyUI"
} }
], ],
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [ "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
[ [
"LoadAndSettingParametersMittimi01", "CombineParamDataMittimi",
"LoadAndSettingParametersMittimi02", "LoadSetParamMittimi",
"LoadPresetForSettingParametersMittimi01", "SaveImageParamMittimi",
"SettingParametersMittimi01" "SaveParamToPresetMittimi"
], ],
{ {
"author": "mittimi", "author": "mittimi",
"description": "The system selects and loads presets that have been saved in advance.", "description": "This node can easily switch between models and prompts by saving presets.",
"nickname": "mittimiLoadPreset", "nickname": "mittimiLoadPreset2",
"title": "mittimiLoadPreset", "title": "mittimiLoadPreset2",
"title_aux": "ComfyUI_mittimiLoadPreset" "title_aux": "ComfyUI_mittimiLoadPreset2"
} }
], ],
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [ "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
@ -17385,9 +17415,13 @@
"DepthBasedMaskOpacity", "DepthBasedMaskOpacity",
"DepthFeatureNode", "DepthFeatureNode",
"DepthShapeModifier", "DepthShapeModifier",
"DownloadCREPEModel",
"DownloadOpenUnmixModel", "DownloadOpenUnmixModel",
"DyeImage", "DyeImage",
"EffectVisualizer",
"EmitterMovement", "EmitterMovement",
"EmptyImageFromAudio",
"EmptyMaskFromAudio",
"FeatureCombine", "FeatureCombine",
"FeatureFade", "FeatureFade",
"FeatureMath", "FeatureMath",
@ -17397,6 +17431,7 @@
"FeatureScaler", "FeatureScaler",
"FeatureSmoothing", "FeatureSmoothing",
"FeatureToWeightsStrategy", "FeatureToWeightsStrategy",
"FeatureTruncateOrExtend",
"FlexDepthBasedMaskOpacity", "FlexDepthBasedMaskOpacity",
"FlexImageBloom", "FlexImageBloom",
"FlexImageChromaticAberration", "FlexImageChromaticAberration",
@ -17414,6 +17449,7 @@
"FlexMaskEmanatingRings", "FlexMaskEmanatingRings",
"FlexMaskMath", "FlexMaskMath",
"FlexMaskMorph", "FlexMaskMorph",
"FlexMaskNormalLighting",
"FlexMaskOpacity", "FlexMaskOpacity",
"FlexMaskRandomShapes", "FlexMaskRandomShapes",
"FlexMaskTransform", "FlexMaskTransform",
@ -17447,6 +17483,11 @@
"ParticleEmitter", "ParticleEmitter",
"ParticleSizeModulation", "ParticleSizeModulation",
"ParticleSpeedModulation", "ParticleSpeedModulation",
"PitchFeatureExtractor",
"PitchRange",
"PitchRangeByNoteNode",
"PitchRangePreset",
"PitchVisualizer",
"PreviewFeature", "PreviewFeature",
"ProximityFeatureNode", "ProximityFeatureNode",
"ProximityVisualizer", "ProximityVisualizer",
@ -18554,6 +18595,16 @@
"title_aux": "comfyui_lumaAPI" "title_aux": "comfyui_lumaAPI"
} }
], ],
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
[
"Detect Faces and Draw Detection Box",
"Directory Loader",
"Filter Images Without Faces"
],
{
"title_aux": "LoRa Dataset Tools"
}
],
"https://github.com/syaofox/ComfyUI_FoxTools": [ "https://github.com/syaofox/ComfyUI_FoxTools": [
[ [
"FoxBatchImageFromList", "FoxBatchImageFromList",
@ -19077,6 +19128,14 @@
"title_aux": "comfyui-webcam-node" "title_aux": "comfyui-webcam-node"
} }
], ],
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
[
"Face-similarity"
],
{
"title_aux": "FaceSimilarity"
}
],
"https://github.com/un-seen/comfyui-tensorops": [ "https://github.com/un-seen/comfyui-tensorops": [
[ [
"BackgroundSelect", "BackgroundSelect",