update DB

This commit is contained in:
Dr.Lt.Data 2024-10-30 03:21:32 +09:00
parent b04840ffa3
commit 0a9a8e418b
7 changed files with 2598 additions and 2270 deletions

View File

@ -16013,6 +16013,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "OllamaKiller is a utility node for ComfyUI designed to manage VRAM usage more efficiently by automatically terminating the ollama_llama_server.exe process. This is particularly useful for users with limited VRAM, allowing them to clear up memory after running models and improve workflow performance." "description": "OllamaKiller is a utility node for ComfyUI designed to manage VRAM usage more efficiently by automatically terminating the ollama_llama_server.exe process. This is particularly useful for users with limited VRAM, allowing them to clear up memory after running models and improve workflow performance."
}, },
{
"author": "mithamunda",
"title": "SD3.5 Empty Latent Size Picker",
"reference": "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker",
"files": [
"https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker"
],
"install_type": "git-clone",
"description": "A utility node for generating empty latent tensors in Stable Diffusion v3.5-compatible resolutions. This node allows for custom batch sizes, width/height overrides, and inverting aspect ratios, ensuring flexibility and compatibility in ComfyUI workflows."
},
{ {
"author": "jeffrey2212", "author": "jeffrey2212",
"title": "Pony Character Prompt Picker for ComfyUI", "title": "Pony Character Prompt Picker for ComfyUI",
@ -16073,6 +16083,69 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows." "description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows."
}, },
{
"author": "JustinMatters",
"title": "ComfyUI JMNodes",
"id": "JMNodes",
"reference": "https://github.com/JustinMatters/comfyUI-JMNodes",
"files": [
"https://github.com/JustinMatters/comfyUI-JMNodes"
],
"install_type": "git-clone",
"description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic"
},
{
"author": "lgldlk",
"title": "ComfyUI-PC-ding-dong",
"reference": "https://github.com/lgldlk/ComfyUI-PC-ding-dong",
"files": [
"https://github.com/lgldlk/ComfyUI-PC-ding-dong"
],
"install_type": "git-clone",
"description": "Just like when your pizza is ready and the oven goes 'Ding! 🍕', this plugin lets your ComfyUI notify you when your AI creations are done baking!\nA ComfyUI custom node that sends you a friendly 'ding-dong' notification when your workflows are fully cooked and ready to serve. No more staring at the screen waiting - let the AI kitchen tell you when dinner's ready! 👨‍🍳"
},
{
"author": "raspie10032",
"title": "ComfyUI NAI Prompt Converter",
"reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter",
"files": [
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter"
],
"install_type": "git-clone",
"description": "A custom node extension for ComfyUI that enables conversion between NovelAI and ComfyUI prompt formats, along with extraction of NovelAI metadata from PNG images."
},
{
"author": "zmwv823",
"title": "ComfyUI_Ctrlora",
"reference": "https://github.com/zmwv823/ComfyUI_Ctrlora",
"files": [
"https://github.com/zmwv823/ComfyUI_Ctrlora"
],
"install_type": "git-clone",
"description": "Unofficial custom_node for [a/xyfJASON/ctrlora](https://github.com/xyfJASON/ctrlora)."
},
{
"author": "Wakfull33",
"title": "ComfyUI-SaveImageCivitAI",
"reference": "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI",
"files": [
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI"
],
"install_type": "git-clone",
"description": "A custom node allowing to save images with CIVITAI readable datas"
},
{
"author": "waterminer",
"title": "ComfyUI-tagcomplete",
"reference": "https://github.com/waterminer/ComfyUI-tagcomplete",
"files": [
"https://github.com/waterminer/ComfyUI-tagcomplete"
],
"install_type": "git-clone",
"description": "This extension provides tag completion feature in textbox."
},
@ -16477,17 +16550,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "JustinMatters",
"title": "ComfyUI JMNodes",
"id": "JMNodes",
"reference": "https://github.com/JustinMatters/comfyUI-JMNodes",
"files": [
"https://github.com/JustinMatters/comfyUI-JMNodes"
],
"install_type": "git-clone",
"description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic"
} }
] ]
} }

View File

@ -2744,6 +2744,8 @@
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [ "https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[ [
"If Image Valid", "If Image Valid",
"Is Image Valid ?",
"None if same Image",
"Scale Selector" "Scale Selector"
], ],
{ {
@ -3746,6 +3748,7 @@
[ [
"DetailDaemonGraphSigmasNode", "DetailDaemonGraphSigmasNode",
"DetailDaemonSamplerNode", "DetailDaemonSamplerNode",
"LyingSigmaSampler",
"MultiplySigmas" "MultiplySigmas"
], ],
{ {
@ -3815,6 +3818,16 @@
"title_aux": "Wild Divide" "title_aux": "Wild Divide"
} }
], ],
"https://github.com/JustinMatters/comfyUI-JMNodes": [
[
"JMIntegerToBooleans",
"JMNumberList",
"JMSWitchablePrompt"
],
{
"title_aux": "ComfyUI JMNodes"
}
],
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [ "https://github.com/Kangkang625/ComfyUI-paint-by-example": [
[ [
"PaintbyExamplePipeLoader", "PaintbyExamplePipeLoader",
@ -4632,6 +4645,7 @@
"ConnectFloat", "ConnectFloat",
"ConnectImage", "ConnectImage",
"ConnectInteger", "ConnectInteger",
"ConnectInteger2",
"ConnectLatent", "ConnectLatent",
"ConnectString", "ConnectString",
"DirSelector", "DirSelector",
@ -4774,8 +4788,10 @@
[ [
"AspectSize", "AspectSize",
"AspectSizeV2", "AspectSizeV2",
"DJZ-LoadLatent",
"ImageSizeAdjuster", "ImageSizeAdjuster",
"ImageSizeAdjusterV2", "ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
"ProjectFilePathNode", "ProjectFilePathNode",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
@ -5177,6 +5193,16 @@
"title_aux": "QRNG_Node_ComfyUI" "title_aux": "QRNG_Node_ComfyUI"
} }
], ],
"https://github.com/OpalSky-AI/OpalSky_Nodes": [
[
"PromptAssistantOpalSky",
"StringSwitchOpalSky",
"string_switch_opalsky"
],
{
"title_aux": "OpalSky Nodes"
}
],
"https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [ "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [
[ [
"Pipe From Parameters", "Pipe From Parameters",
@ -6139,9 +6165,11 @@
], ],
"https://github.com/Siberpone/lazy-pony-prompter": [ "https://github.com/Siberpone/lazy-pony-prompter": [
[ [
"LPP_Danbooru",
"LPP_Deleter", "LPP_Deleter",
"LPP_Derpibooru", "LPP_Derpibooru",
"LPP_E621", "LPP_E621",
"LPP_Loader_Danbooru",
"LPP_Loader_Derpibooru", "LPP_Loader_Derpibooru",
"LPP_Loader_E621", "LPP_Loader_E621",
"LPP_Saver" "LPP_Saver"
@ -7650,6 +7678,14 @@
"title_aux": "InstaSD nodes for ComfyUI" "title_aux": "InstaSD nodes for ComfyUI"
} }
], ],
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": [
[
"SaveCivitai"
],
{
"title_aux": "ComfyUI-SaveImageCivitAI"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [ "https://github.com/WebDev9000/WebDev9000-Nodes": [
[ [
"IgnoreBraces", "IgnoreBraces",
@ -8327,6 +8363,7 @@
[ [
"CivitaiPrompt", "CivitaiPrompt",
"CustomLatentImage-NYJY", "CustomLatentImage-NYJY",
"CustomLatentImageSimple",
"FloatSlider-NYJY", "FloatSlider-NYJY",
"JoyCaption", "JoyCaption",
"JoyCaptionAlpha2Online", "JoyCaptionAlpha2Online",
@ -8999,6 +9036,9 @@
"SP_FluxFastMergePatchFP8 [Experimental]", "SP_FluxFastMergePatchFP8 [Experimental]",
"SP_FluxKSampler", "SP_FluxKSampler",
"SP_FluxLoader", "SP_FluxLoader",
"SP_FluxUnsampler",
"SP_FluxUnsampler_ForwardODESampler",
"SP_FluxUnsampler_InverseSampler",
"SP_HiresGen", "SP_HiresGen",
"SP_HiresGen_Dynamic", "SP_HiresGen_Dynamic",
"SP_HiresGen_HiresCfg", "SP_HiresGen_HiresCfg",
@ -9007,6 +9047,7 @@
"SP_KoboldCppWithContext", "SP_KoboldCppWithContext",
"SP_KoboldCpp_OverrideCfg", "SP_KoboldCpp_OverrideCfg",
"SP_Pipe", "SP_Pipe",
"SP_SD3Loader",
"SP_SDKSampler", "SP_SDKSampler",
"SP_SDLoader", "SP_SDLoader",
"SP_Supir", "SP_Supir",
@ -10658,6 +10699,15 @@
"title_aux": "youtube-dl-comfyui" "title_aux": "youtube-dl-comfyui"
} }
], ],
"https://github.com/ciri/comfyui-model-downloader": [
[
"CivitAI Downloader",
"HF Downloader"
],
{
"title_aux": "ComfyUI Model Downloader"
}
],
"https://github.com/city96/ComfyUI-GGUF": [ "https://github.com/city96/ComfyUI-GGUF": [
[ [
"CLIPLoaderGGUF", "CLIPLoaderGGUF",
@ -10757,15 +10807,6 @@
"title_aux": "ComfyUI_NetDist" "title_aux": "ComfyUI_NetDist"
} }
], ],
"https://github.com/city96/SD-Advanced-Noise": [
[
"LatentGaussianNoise",
"MathEncode"
],
{
"title_aux": "SD-Advanced-Noise"
}
],
"https://github.com/city96/SD-Latent-Interposer": [ "https://github.com/city96/SD-Latent-Interposer": [
[ [
"LatentInterposer" "LatentInterposer"
@ -10817,7 +10858,11 @@
"String2Image_clh" "String2Image_clh"
], ],
{ {
"title_aux": "Free computing tool for ComfyUI" "author": "Dr.Lt.Data",
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.",
"nickname": "CLH Simple Tool",
"title": "CLH simple Tool",
"title_aux": "Clh Tool for ComfyUI"
} }
], ],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
@ -11001,6 +11046,7 @@
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetLatentNoiseMask", "SetLatentNoiseMask",
"SetUnionControlNetType", "SetUnionControlNetType",
"SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SplitImageWithAlpha", "SplitImageWithAlpha",
"SplitSigmas", "SplitSigmas",
@ -11721,6 +11767,7 @@
"JDCN_FileMover", "JDCN_FileMover",
"JDCN_ImageSaver", "JDCN_ImageSaver",
"JDCN_ListToString", "JDCN_ListToString",
"JDCN_LoadImage",
"JDCN_ReBatch", "JDCN_ReBatch",
"JDCN_SeamlessExperience", "JDCN_SeamlessExperience",
"JDCN_ShowAny", "JDCN_ShowAny",
@ -12241,6 +12288,7 @@
"Eden_RepeatLatentBatch", "Eden_RepeatLatentBatch",
"Eden_Seed", "Eden_Seed",
"Eden_String", "Eden_String",
"Eden_StringHash",
"Eden_gpt4_node", "Eden_gpt4_node",
"Extend_Sequence", "Extend_Sequence",
"FolderScanner", "FolderScanner",
@ -13908,6 +13956,7 @@
"url2img_tool", "url2img_tool",
"vlmLoader", "vlmLoader",
"weekday_tool", "weekday_tool",
"whisper_local",
"wikipedia_tool", "wikipedia_tool",
"work_wechat", "work_wechat",
"work_wechat_tool", "work_wechat_tool",
@ -15022,6 +15071,8 @@
"Bjornulf_CombineImages", "Bjornulf_CombineImages",
"Bjornulf_CombineTexts", "Bjornulf_CombineTexts",
"Bjornulf_CombineTextsByLines", "Bjornulf_CombineTextsByLines",
"Bjornulf_CombineVideoAudio",
"Bjornulf_ConcatVideos",
"Bjornulf_FreeVRAM", "Bjornulf_FreeVRAM",
"Bjornulf_GrayscaleTransform", "Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
@ -15038,6 +15089,7 @@
"Bjornulf_LoopImages", "Bjornulf_LoopImages",
"Bjornulf_LoopInteger", "Bjornulf_LoopInteger",
"Bjornulf_LoopIntegerSequential", "Bjornulf_LoopIntegerSequential",
"Bjornulf_LoopLinesSequential",
"Bjornulf_LoopLoraSelector", "Bjornulf_LoopLoraSelector",
"Bjornulf_LoopModelClipVae", "Bjornulf_LoopModelClipVae",
"Bjornulf_LoopModelSelector", "Bjornulf_LoopModelSelector",
@ -15401,6 +15453,7 @@
"CogVideoTextEncode", "CogVideoTextEncode",
"CogVideoTextEncodeCombine", "CogVideoTextEncodeCombine",
"CogVideoTransformerEdit", "CogVideoTransformerEdit",
"CogVideoXFasterCache",
"CogVideoXFunControlSampler", "CogVideoXFunControlSampler",
"CogVideoXFunSampler", "CogVideoXFunSampler",
"CogVideoXFunVid2VidSampler", "CogVideoXFunVid2VidSampler",
@ -15687,7 +15740,9 @@
"StringConstant", "StringConstant",
"StringConstantMultiline", "StringConstantMultiline",
"Superprompt", "Superprompt",
"TorchCompileControlNet",
"TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvanced",
"TorchCompileVAE",
"TransitionImagesInBatch", "TransitionImagesInBatch",
"TransitionImagesMulti", "TransitionImagesMulti",
"VRAM_Debug", "VRAM_Debug",
@ -15943,12 +15998,15 @@
[ [
"Filter", "Filter",
"Florence2Captions2IPA", "Florence2Captions2IPA",
"FluxSizeSelector",
"FolderLoader",
"PresentString", "PresentString",
"SingleString", "SingleString",
"SizeSelector", "SizeSelector",
"TextAppendNode", "TextAppendNode",
"YellowBus", "YellowBus",
"YellowBusV2", "YellowBusV2",
"ZoomOutComposer",
"concat" "concat"
], ],
{ {
@ -16339,6 +16397,16 @@
"title_aux": "ComfyUI-LLMs" "title_aux": "ComfyUI-LLMs"
} }
], ],
"https://github.com/lgldlk/ComfyUI-PC-ding-dong": [
[
"pc ding dong",
"pc ding dong text",
"pc time sleep"
],
{
"title_aux": "ComfyUI-PC-ding-dong"
}
],
"https://github.com/liangt/comfyui-loadimagewithsubfolder": [ "https://github.com/liangt/comfyui-loadimagewithsubfolder": [
[ [
"LoadImageWithSubfolder" "LoadImageWithSubfolder"
@ -17189,6 +17257,7 @@
"LF_CheckpointSelector", "LF_CheckpointSelector",
"LF_CivitAIMetadataSetup", "LF_CivitAIMetadataSetup",
"LF_ClarityEffect", "LF_ClarityEffect",
"LF_CompareImages",
"LF_ControlPanel", "LF_ControlPanel",
"LF_DisplayBoolean", "LF_DisplayBoolean",
"LF_DisplayFloat", "LF_DisplayFloat",
@ -17205,6 +17274,7 @@
"LF_ImageHistogram", "LF_ImageHistogram",
"LF_ImageListFromJSON", "LF_ImageListFromJSON",
"LF_Integer", "LF_Integer",
"LF_IsLandscape",
"LF_KeywordCounter", "LF_KeywordCounter",
"LF_KeywordToggleFromJSON", "LF_KeywordToggleFromJSON",
"LF_LLMChat", "LF_LLMChat",
@ -18938,6 +19008,16 @@
"title_aux": "advance-aesthetic-score" "title_aux": "advance-aesthetic-score"
} }
], ],
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
[
"ComfyToNovelAIPrompt",
"NAIPromptExtractor",
"NovelAIToComfyPrompt"
],
{
"title_aux": "ComfyUI NAI Prompt Converter"
}
],
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": [ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": [
[ [
"SALVTON_Apply", "SALVTON_Apply",
@ -19365,6 +19445,7 @@
"FlexImageDepthWarp", "FlexImageDepthWarp",
"FlexImageEdgeDetect", "FlexImageEdgeDetect",
"FlexImageGlitch", "FlexImageGlitch",
"FlexImageHorizontalToVertical",
"FlexImageHueShift", "FlexImageHueShift",
"FlexImageKaleidoscope", "FlexImageKaleidoscope",
"FlexImageParallax", "FlexImageParallax",
@ -19816,14 +19897,6 @@
"title_aux": "PlusMinusTextClip - Single node for Positive and Negative Prompts" "title_aux": "PlusMinusTextClip - Single node for Positive and Negative Prompts"
} }
], ],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[
"OpenposePreprocessorInterpolate"
],
{
"title_aux": "InterpolateEverything"
}
],
"https://github.com/shockz0rz/comfy-easy-grids": [ "https://github.com/shockz0rz/comfy-easy-grids": [
[ [
"FloatToText", "FloatToText",
@ -21328,38 +21401,29 @@
], ],
"https://github.com/veighnsche/comfyui_gr85": [ "https://github.com/veighnsche/comfyui_gr85": [
[ [
"GR85_BatchRectMaskGenerator",
"GR85_ContainsWord", "GR85_ContainsWord",
"GR85_ElementsConcatenator",
"GR85_FluxAttentionSeeker2", "GR85_FluxAttentionSeeker2",
"GR85_FluxAttentionSeeker3",
"GR85_FluxAttentionSeekerGenerator",
"GR85_FluxModelMergeParameters", "GR85_FluxModelMergeParameters",
"GR85_GenerateDefaultClipValues",
"GR85_ImageDimensionResizer", "GR85_ImageDimensionResizer",
"GR85_ImageSizer", "GR85_ImageSizer",
"GR85_ImageSizerAll", "GR85_ImageSizerAll",
"GR85_InsertCharacter",
"GR85_IntToString", "GR85_IntToString",
"GR85_IntegerSequenceModifier", "GR85_IntegerSequenceModifier",
"GR85_JSONFileReader",
"GR85_JSONFileSaver",
"GR85_LlmEnhancer",
"GR85_NextSeed", "GR85_NextSeed",
"GR85_PasteByMaskGr85", "GR85_PasteByMaskGr85",
"GR85_RandomAtmLocOutfit",
"GR85_RandomFloat", "GR85_RandomFloat",
"GR85_RandomInt", "GR85_RandomInt",
"GR85_RandomRatio", "GR85_RandomRatio",
"GR85_RandomTitleCharacter", "GR85_SaveImageFile",
"GR85_RandomWildcardTagPicker",
"GR85_SaveTextFile", "GR85_SaveTextFile",
"GR85_SeedBasedOutputSelector", "GR85_SeedBasedOutputSelector",
"GR85_ShowText", "GR85_ShowText",
"GR85_SimpleWildcardPicker", "GR85_SimpleWildcardPicker",
"GR85_StrSafe", "GR85_StrSafe",
"GR85_StringListSelector",
"GR85_TagInjector", "GR85_TagInjector",
"GR85_TagInjectorLarge", "GR85_TagInjectorLarge"
"GR85_UpdateT5Blocks"
], ],
{ {
"title_aux": "comfyui_gr85" "title_aux": "comfyui_gr85"
@ -22044,6 +22108,7 @@
"easy imageSplitList", "easy imageSplitList",
"easy imageSplitTiles", "easy imageSplitTiles",
"easy imageSwitch", "easy imageSwitch",
"easy imageTilesFromBatch",
"easy imageToBase64", "easy imageToBase64",
"easy imageToMask", "easy imageToMask",
"easy imageUncropFromBBOX", "easy imageUncropFromBBOX",
@ -22516,6 +22581,19 @@
"title_aux": "ComfyUI_Bxb" "title_aux": "ComfyUI_Bxb"
} }
], ],
"https://github.com/zmwv823/ComfyUI_Ctrlora": [
[
"UL_Image_Generation_Ctrlora_AIO_Preprocessor",
"UL_Image_Generation_Ctrlora_Condition_Params",
"UL_Image_Generation_Ctrlora_Sampler",
"UL_Image_Generation_Ctrlora_loader",
"UL_Image_Process_Prepare_Img_for_Inpaint",
"UL_Image_Process_Prepare_Img_for_Outpaint"
],
{
"title_aux": "ComfyUI_Ctrlora"
}
],
"https://github.com/zohac/ComfyUI_ZC_DrawShape": [ "https://github.com/zohac/ComfyUI_ZC_DrawShape": [
[ [
"ZcDrawShape" "ZcDrawShape"

File diff suppressed because it is too large Load Diff

View File

@ -955,9 +955,7 @@
"Clip Tokens Encode (Shinsplat)", "Clip Tokens Encode (Shinsplat)",
"Green Box (Shinsplat)", "Green Box (Shinsplat)",
"Hex To Other (Shinsplat)", "Hex To Other (Shinsplat)",
"KSampler (Shinsplat)",
"Lora Loader (Shinsplat)", "Lora Loader (Shinsplat)",
"Nupoma (Shinsplat)",
"Seed (Shinsplat)", "Seed (Shinsplat)",
"String Interpolated (Shinsplat)", "String Interpolated (Shinsplat)",
"Sum Wrap (Shinsplat)", "Sum Wrap (Shinsplat)",
@ -1511,6 +1509,7 @@
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetLatentNoiseMask", "SetLatentNoiseMask",
"SetUnionControlNetType", "SetUnionControlNetType",
"SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SplitImageWithAlpha", "SplitImageWithAlpha",
"SplitSigmas", "SplitSigmas",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,37 @@
{
"author": "zmwv823",
"title": "ComfyUI_Ctrlora",
"reference": "https://github.com/zmwv823/ComfyUI_Ctrlora",
"files": [
"https://github.com/zmwv823/ComfyUI_Ctrlora"
],
"install_type": "git-clone",
"description": "Unofficial custom_node for [a/xyfJASON/ctrlora](https://github.com/xyfJASON/ctrlora)."
},
{
"author": "waterminer",
"title": "ComfyUI-tagcomplete",
"reference": "https://github.com/waterminer/ComfyUI-tagcomplete",
"files": [
"https://github.com/waterminer/ComfyUI-tagcomplete"
],
"install_type": "git-clone",
"description": "This extension provides tag completion feature in textbox."
},
{
"author": "JustinMatters",
"title": "ComfyUI JMNodes",
"id": "JMNodes",
"reference": "https://github.com/JustinMatters/comfyUI-JMNodes",
"files": [
"https://github.com/JustinMatters/comfyUI-JMNodes"
],
"install_type": "git-clone",
"description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic"
},
{ {
"author": "OpalSky", "author": "OpalSky",
"title": "OpalSky Nodes", "title": "OpalSky Nodes",
@ -20,6 +51,46 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows." "description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows."
}, },
{
"author": "lgldlk",
"title": "ComfyUI-PC-ding-dong",
"reference": "https://github.com/lgldlk/ComfyUI-PC-ding-dong",
"files": [
"https://github.com/lgldlk/ComfyUI-PC-ding-dong"
],
"install_type": "git-clone",
"description": "Just like when your pizza is ready and the oven goes 'Ding! 🍕', this plugin lets your ComfyUI notify you when your AI creations are done baking!\nA ComfyUI custom node that sends you a friendly 'ding-dong' notification when your workflows are fully cooked and ready to serve. No more staring at the screen waiting - let the AI kitchen tell you when dinner's ready! 👨‍🍳"
},
{
"author": "raspie10032",
"title": "ComfyUI NAI Prompt Converter",
"reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter",
"files": [
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter"
],
"install_type": "git-clone",
"description": "A custom node extension for ComfyUI that enables conversion between NovelAI and ComfyUI prompt formats, along with extraction of NovelAI metadata from PNG images."
},
{
"author": "Wakfull33",
"title": "ComfyUI-SaveImageCivitAI",
"reference": "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI",
"files": [
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI"
],
"install_type": "git-clone",
"description": "A custom node allowing to save images with CIVITAI readable datas"
},
{
"author": "mithamunda",
"title": "SD3.5 Empty Latent Size Picker",
"reference": "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker",
"files": [
"https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker"
],
"install_type": "git-clone",
"description": "A utility node for generating empty latent tensors in Stable Diffusion v3.5-compatible resolutions. This node allows for custom batch sizes, width/height overrides, and inverting aspect ratios, ensuring flexibility and compatibility in ComfyUI workflows."
},
{ {
"author": "ruucm", "author": "ruucm",
"title": "Ruucm's ComfyUI Nodes", "title": "Ruucm's ComfyUI Nodes",

View File

@ -2744,6 +2744,8 @@
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [ "https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[ [
"If Image Valid", "If Image Valid",
"Is Image Valid ?",
"None if same Image",
"Scale Selector" "Scale Selector"
], ],
{ {
@ -3746,6 +3748,7 @@
[ [
"DetailDaemonGraphSigmasNode", "DetailDaemonGraphSigmasNode",
"DetailDaemonSamplerNode", "DetailDaemonSamplerNode",
"LyingSigmaSampler",
"MultiplySigmas" "MultiplySigmas"
], ],
{ {
@ -3815,6 +3818,16 @@
"title_aux": "Wild Divide" "title_aux": "Wild Divide"
} }
], ],
"https://github.com/JustinMatters/comfyUI-JMNodes": [
[
"JMIntegerToBooleans",
"JMNumberList",
"JMSWitchablePrompt"
],
{
"title_aux": "ComfyUI JMNodes"
}
],
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [ "https://github.com/Kangkang625/ComfyUI-paint-by-example": [
[ [
"PaintbyExamplePipeLoader", "PaintbyExamplePipeLoader",
@ -4632,6 +4645,7 @@
"ConnectFloat", "ConnectFloat",
"ConnectImage", "ConnectImage",
"ConnectInteger", "ConnectInteger",
"ConnectInteger2",
"ConnectLatent", "ConnectLatent",
"ConnectString", "ConnectString",
"DirSelector", "DirSelector",
@ -4774,8 +4788,10 @@
[ [
"AspectSize", "AspectSize",
"AspectSizeV2", "AspectSizeV2",
"DJZ-LoadLatent",
"ImageSizeAdjuster", "ImageSizeAdjuster",
"ImageSizeAdjusterV2", "ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
"ProjectFilePathNode", "ProjectFilePathNode",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
@ -5177,6 +5193,16 @@
"title_aux": "QRNG_Node_ComfyUI" "title_aux": "QRNG_Node_ComfyUI"
} }
], ],
"https://github.com/OpalSky-AI/OpalSky_Nodes": [
[
"PromptAssistantOpalSky",
"StringSwitchOpalSky",
"string_switch_opalsky"
],
{
"title_aux": "OpalSky Nodes"
}
],
"https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [ "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [
[ [
"Pipe From Parameters", "Pipe From Parameters",
@ -6139,9 +6165,11 @@
], ],
"https://github.com/Siberpone/lazy-pony-prompter": [ "https://github.com/Siberpone/lazy-pony-prompter": [
[ [
"LPP_Danbooru",
"LPP_Deleter", "LPP_Deleter",
"LPP_Derpibooru", "LPP_Derpibooru",
"LPP_E621", "LPP_E621",
"LPP_Loader_Danbooru",
"LPP_Loader_Derpibooru", "LPP_Loader_Derpibooru",
"LPP_Loader_E621", "LPP_Loader_E621",
"LPP_Saver" "LPP_Saver"
@ -7650,6 +7678,14 @@
"title_aux": "InstaSD nodes for ComfyUI" "title_aux": "InstaSD nodes for ComfyUI"
} }
], ],
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": [
[
"SaveCivitai"
],
{
"title_aux": "ComfyUI-SaveImageCivitAI"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [ "https://github.com/WebDev9000/WebDev9000-Nodes": [
[ [
"IgnoreBraces", "IgnoreBraces",
@ -8327,6 +8363,7 @@
[ [
"CivitaiPrompt", "CivitaiPrompt",
"CustomLatentImage-NYJY", "CustomLatentImage-NYJY",
"CustomLatentImageSimple",
"FloatSlider-NYJY", "FloatSlider-NYJY",
"JoyCaption", "JoyCaption",
"JoyCaptionAlpha2Online", "JoyCaptionAlpha2Online",
@ -8999,6 +9036,9 @@
"SP_FluxFastMergePatchFP8 [Experimental]", "SP_FluxFastMergePatchFP8 [Experimental]",
"SP_FluxKSampler", "SP_FluxKSampler",
"SP_FluxLoader", "SP_FluxLoader",
"SP_FluxUnsampler",
"SP_FluxUnsampler_ForwardODESampler",
"SP_FluxUnsampler_InverseSampler",
"SP_HiresGen", "SP_HiresGen",
"SP_HiresGen_Dynamic", "SP_HiresGen_Dynamic",
"SP_HiresGen_HiresCfg", "SP_HiresGen_HiresCfg",
@ -9007,6 +9047,7 @@
"SP_KoboldCppWithContext", "SP_KoboldCppWithContext",
"SP_KoboldCpp_OverrideCfg", "SP_KoboldCpp_OverrideCfg",
"SP_Pipe", "SP_Pipe",
"SP_SD3Loader",
"SP_SDKSampler", "SP_SDKSampler",
"SP_SDLoader", "SP_SDLoader",
"SP_Supir", "SP_Supir",
@ -10658,6 +10699,15 @@
"title_aux": "youtube-dl-comfyui" "title_aux": "youtube-dl-comfyui"
} }
], ],
"https://github.com/ciri/comfyui-model-downloader": [
[
"CivitAI Downloader",
"HF Downloader"
],
{
"title_aux": "ComfyUI Model Downloader"
}
],
"https://github.com/city96/ComfyUI-GGUF": [ "https://github.com/city96/ComfyUI-GGUF": [
[ [
"CLIPLoaderGGUF", "CLIPLoaderGGUF",
@ -10757,15 +10807,6 @@
"title_aux": "ComfyUI_NetDist" "title_aux": "ComfyUI_NetDist"
} }
], ],
"https://github.com/city96/SD-Advanced-Noise": [
[
"LatentGaussianNoise",
"MathEncode"
],
{
"title_aux": "SD-Advanced-Noise"
}
],
"https://github.com/city96/SD-Latent-Interposer": [ "https://github.com/city96/SD-Latent-Interposer": [
[ [
"LatentInterposer" "LatentInterposer"
@ -10817,7 +10858,11 @@
"String2Image_clh" "String2Image_clh"
], ],
{ {
"title_aux": "Free computing tool for ComfyUI" "author": "Dr.Lt.Data",
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.",
"nickname": "CLH Simple Tool",
"title": "CLH simple Tool",
"title_aux": "Clh Tool for ComfyUI"
} }
], ],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
@ -11001,6 +11046,7 @@
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetLatentNoiseMask", "SetLatentNoiseMask",
"SetUnionControlNetType", "SetUnionControlNetType",
"SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SplitImageWithAlpha", "SplitImageWithAlpha",
"SplitSigmas", "SplitSigmas",
@ -11721,6 +11767,7 @@
"JDCN_FileMover", "JDCN_FileMover",
"JDCN_ImageSaver", "JDCN_ImageSaver",
"JDCN_ListToString", "JDCN_ListToString",
"JDCN_LoadImage",
"JDCN_ReBatch", "JDCN_ReBatch",
"JDCN_SeamlessExperience", "JDCN_SeamlessExperience",
"JDCN_ShowAny", "JDCN_ShowAny",
@ -12241,6 +12288,7 @@
"Eden_RepeatLatentBatch", "Eden_RepeatLatentBatch",
"Eden_Seed", "Eden_Seed",
"Eden_String", "Eden_String",
"Eden_StringHash",
"Eden_gpt4_node", "Eden_gpt4_node",
"Extend_Sequence", "Extend_Sequence",
"FolderScanner", "FolderScanner",
@ -13908,6 +13956,7 @@
"url2img_tool", "url2img_tool",
"vlmLoader", "vlmLoader",
"weekday_tool", "weekday_tool",
"whisper_local",
"wikipedia_tool", "wikipedia_tool",
"work_wechat", "work_wechat",
"work_wechat_tool", "work_wechat_tool",
@ -15022,6 +15071,8 @@
"Bjornulf_CombineImages", "Bjornulf_CombineImages",
"Bjornulf_CombineTexts", "Bjornulf_CombineTexts",
"Bjornulf_CombineTextsByLines", "Bjornulf_CombineTextsByLines",
"Bjornulf_CombineVideoAudio",
"Bjornulf_ConcatVideos",
"Bjornulf_FreeVRAM", "Bjornulf_FreeVRAM",
"Bjornulf_GrayscaleTransform", "Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
@ -15038,6 +15089,7 @@
"Bjornulf_LoopImages", "Bjornulf_LoopImages",
"Bjornulf_LoopInteger", "Bjornulf_LoopInteger",
"Bjornulf_LoopIntegerSequential", "Bjornulf_LoopIntegerSequential",
"Bjornulf_LoopLinesSequential",
"Bjornulf_LoopLoraSelector", "Bjornulf_LoopLoraSelector",
"Bjornulf_LoopModelClipVae", "Bjornulf_LoopModelClipVae",
"Bjornulf_LoopModelSelector", "Bjornulf_LoopModelSelector",
@ -15401,6 +15453,7 @@
"CogVideoTextEncode", "CogVideoTextEncode",
"CogVideoTextEncodeCombine", "CogVideoTextEncodeCombine",
"CogVideoTransformerEdit", "CogVideoTransformerEdit",
"CogVideoXFasterCache",
"CogVideoXFunControlSampler", "CogVideoXFunControlSampler",
"CogVideoXFunSampler", "CogVideoXFunSampler",
"CogVideoXFunVid2VidSampler", "CogVideoXFunVid2VidSampler",
@ -15687,7 +15740,9 @@
"StringConstant", "StringConstant",
"StringConstantMultiline", "StringConstantMultiline",
"Superprompt", "Superprompt",
"TorchCompileControlNet",
"TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvanced",
"TorchCompileVAE",
"TransitionImagesInBatch", "TransitionImagesInBatch",
"TransitionImagesMulti", "TransitionImagesMulti",
"VRAM_Debug", "VRAM_Debug",
@ -15943,12 +15998,15 @@
[ [
"Filter", "Filter",
"Florence2Captions2IPA", "Florence2Captions2IPA",
"FluxSizeSelector",
"FolderLoader",
"PresentString", "PresentString",
"SingleString", "SingleString",
"SizeSelector", "SizeSelector",
"TextAppendNode", "TextAppendNode",
"YellowBus", "YellowBus",
"YellowBusV2", "YellowBusV2",
"ZoomOutComposer",
"concat" "concat"
], ],
{ {
@ -16339,6 +16397,16 @@
"title_aux": "ComfyUI-LLMs" "title_aux": "ComfyUI-LLMs"
} }
], ],
"https://github.com/lgldlk/ComfyUI-PC-ding-dong": [
[
"pc ding dong",
"pc ding dong text",
"pc time sleep"
],
{
"title_aux": "ComfyUI-PC-ding-dong"
}
],
"https://github.com/liangt/comfyui-loadimagewithsubfolder": [ "https://github.com/liangt/comfyui-loadimagewithsubfolder": [
[ [
"LoadImageWithSubfolder" "LoadImageWithSubfolder"
@ -17189,6 +17257,7 @@
"LF_CheckpointSelector", "LF_CheckpointSelector",
"LF_CivitAIMetadataSetup", "LF_CivitAIMetadataSetup",
"LF_ClarityEffect", "LF_ClarityEffect",
"LF_CompareImages",
"LF_ControlPanel", "LF_ControlPanel",
"LF_DisplayBoolean", "LF_DisplayBoolean",
"LF_DisplayFloat", "LF_DisplayFloat",
@ -17205,6 +17274,7 @@
"LF_ImageHistogram", "LF_ImageHistogram",
"LF_ImageListFromJSON", "LF_ImageListFromJSON",
"LF_Integer", "LF_Integer",
"LF_IsLandscape",
"LF_KeywordCounter", "LF_KeywordCounter",
"LF_KeywordToggleFromJSON", "LF_KeywordToggleFromJSON",
"LF_LLMChat", "LF_LLMChat",
@ -18938,6 +19008,16 @@
"title_aux": "advance-aesthetic-score" "title_aux": "advance-aesthetic-score"
} }
], ],
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
[
"ComfyToNovelAIPrompt",
"NAIPromptExtractor",
"NovelAIToComfyPrompt"
],
{
"title_aux": "ComfyUI NAI Prompt Converter"
}
],
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": [ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": [
[ [
"SALVTON_Apply", "SALVTON_Apply",
@ -19365,6 +19445,7 @@
"FlexImageDepthWarp", "FlexImageDepthWarp",
"FlexImageEdgeDetect", "FlexImageEdgeDetect",
"FlexImageGlitch", "FlexImageGlitch",
"FlexImageHorizontalToVertical",
"FlexImageHueShift", "FlexImageHueShift",
"FlexImageKaleidoscope", "FlexImageKaleidoscope",
"FlexImageParallax", "FlexImageParallax",
@ -19816,14 +19897,6 @@
"title_aux": "PlusMinusTextClip - Single node for Positive and Negative Prompts" "title_aux": "PlusMinusTextClip - Single node for Positive and Negative Prompts"
} }
], ],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[
"OpenposePreprocessorInterpolate"
],
{
"title_aux": "InterpolateEverything"
}
],
"https://github.com/shockz0rz/comfy-easy-grids": [ "https://github.com/shockz0rz/comfy-easy-grids": [
[ [
"FloatToText", "FloatToText",
@ -21328,38 +21401,29 @@
], ],
"https://github.com/veighnsche/comfyui_gr85": [ "https://github.com/veighnsche/comfyui_gr85": [
[ [
"GR85_BatchRectMaskGenerator",
"GR85_ContainsWord", "GR85_ContainsWord",
"GR85_ElementsConcatenator",
"GR85_FluxAttentionSeeker2", "GR85_FluxAttentionSeeker2",
"GR85_FluxAttentionSeeker3",
"GR85_FluxAttentionSeekerGenerator",
"GR85_FluxModelMergeParameters", "GR85_FluxModelMergeParameters",
"GR85_GenerateDefaultClipValues",
"GR85_ImageDimensionResizer", "GR85_ImageDimensionResizer",
"GR85_ImageSizer", "GR85_ImageSizer",
"GR85_ImageSizerAll", "GR85_ImageSizerAll",
"GR85_InsertCharacter",
"GR85_IntToString", "GR85_IntToString",
"GR85_IntegerSequenceModifier", "GR85_IntegerSequenceModifier",
"GR85_JSONFileReader",
"GR85_JSONFileSaver",
"GR85_LlmEnhancer",
"GR85_NextSeed", "GR85_NextSeed",
"GR85_PasteByMaskGr85", "GR85_PasteByMaskGr85",
"GR85_RandomAtmLocOutfit",
"GR85_RandomFloat", "GR85_RandomFloat",
"GR85_RandomInt", "GR85_RandomInt",
"GR85_RandomRatio", "GR85_RandomRatio",
"GR85_RandomTitleCharacter", "GR85_SaveImageFile",
"GR85_RandomWildcardTagPicker",
"GR85_SaveTextFile", "GR85_SaveTextFile",
"GR85_SeedBasedOutputSelector", "GR85_SeedBasedOutputSelector",
"GR85_ShowText", "GR85_ShowText",
"GR85_SimpleWildcardPicker", "GR85_SimpleWildcardPicker",
"GR85_StrSafe", "GR85_StrSafe",
"GR85_StringListSelector",
"GR85_TagInjector", "GR85_TagInjector",
"GR85_TagInjectorLarge", "GR85_TagInjectorLarge"
"GR85_UpdateT5Blocks"
], ],
{ {
"title_aux": "comfyui_gr85" "title_aux": "comfyui_gr85"
@ -22044,6 +22108,7 @@
"easy imageSplitList", "easy imageSplitList",
"easy imageSplitTiles", "easy imageSplitTiles",
"easy imageSwitch", "easy imageSwitch",
"easy imageTilesFromBatch",
"easy imageToBase64", "easy imageToBase64",
"easy imageToMask", "easy imageToMask",
"easy imageUncropFromBBOX", "easy imageUncropFromBBOX",
@ -22516,6 +22581,19 @@
"title_aux": "ComfyUI_Bxb" "title_aux": "ComfyUI_Bxb"
} }
], ],
"https://github.com/zmwv823/ComfyUI_Ctrlora": [
[
"UL_Image_Generation_Ctrlora_AIO_Preprocessor",
"UL_Image_Generation_Ctrlora_Condition_Params",
"UL_Image_Generation_Ctrlora_Sampler",
"UL_Image_Generation_Ctrlora_loader",
"UL_Image_Process_Prepare_Img_for_Inpaint",
"UL_Image_Process_Prepare_Img_for_Outpaint"
],
{
"title_aux": "ComfyUI_Ctrlora"
}
],
"https://github.com/zohac/ComfyUI_ZC_DrawShape": [ "https://github.com/zohac/ComfyUI_ZC_DrawShape": [
[ [
"ZcDrawShape" "ZcDrawShape"