update DB

This commit is contained in:
Dr.Lt.Data 2025-08-19 07:48:17 +09:00
parent 7e46b30fa5
commit 109cc21337
9 changed files with 4302 additions and 4021 deletions

View File

@ -9689,13 +9689,13 @@
},
{
"author": "shinich39",
"title": "comfyui-poor-textarea",
"reference": "https://github.com/shinich39/comfyui-poor-textarea",
"title": "comfyui-mtga",
"reference": "https://github.com/shinich39/comfyui-mtga",
"files": [
"https://github.com/shinich39/comfyui-poor-textarea"
"https://github.com/shinich39/comfyui-mtga"
],
"install_type": "git-clone",
"description": "Add commentify, indentation, auto-close brackets in textarea."
"description": "Make Textarea Great Again"
},
{
"author": "wei30172",
@ -28804,6 +28804,16 @@
"install_type": "git-clone",
"description": "Custom ComfyUI nodes used in Maxed Out workflows (SDXL, Flux, etc.)"
},
{
"author": "Maxed-Out-99",
"title": "ComfyUI-SmartModelLoaders-MXD",
"reference": "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD",
"files": [
"https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD"
],
"install_type": "git-clone",
"description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more."
},
{
"author": "lucak5s",
"title": "ComfyUI GFPGAN",
@ -31123,6 +31133,26 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru"
},
{
"author": "routhakash",
"title": "AkkiNodes LLM Suite: Your Personal AI Film Studio",
"reference": "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI",
"files": [
"https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI"
],
"install_type": "git-clone",
"description": "A suite of advanced ComfyUI custom nodes for a complete 'Script-to-Screen' workflow, powered by local LLMs."
},
{
"author": "moonwhaler",
"title": "SeedVR2 Tiling Upscaler",
"reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler",
"files": [
"https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching."
},

View File

@ -158,6 +158,7 @@
"AILab_MaskPreview",
"AILab_Preview",
"AILab_ReferenceLatentMask",
"AILab_SDMatte",
"BiRefNetRMBG",
"BodySegment",
"ClothesSegment",
@ -4034,7 +4035,7 @@
"Categorizer",
"CollectAndDistributeText",
"Coloring",
"ConditionalLoRAApplierCreepybits",
"ConditionalLoRAApplier",
"CustomNodeManager",
"DelayNode",
"DelayTextNode",
@ -4282,9 +4283,11 @@
"https://github.com/DataCTE/prompt_injection": [
[
"AdvancedPromptInjection",
"AdvancedSD15PromptInjection",
"PromptInjection",
"SVDPromptInjection",
"SimplePromptInjection"
"SD15PromptInjection",
"SimplePromptInjection",
"SimpleSD15PromptInjection"
],
{
"title_aux": "Prompt Injection Node for ComfyUI"
@ -4788,6 +4791,9 @@
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"LaplacianVariance",
"LogicAnd",
"LogicOr",
"MaskToBBox",
"MergeBBoxes",
"ParseBBoxQwenVL",
@ -9249,6 +9255,18 @@
"title_aux": "ComfyUI-MaxedOut"
}
],
"https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": [
[
"CLIPLoaderUnified",
"DualCLIPLoaderUnified",
"QuadrupleCLIPLoaderUnified",
"TripleCLIPLoaderUnified",
"UNETLoaderUnified"
],
{
"title_aux": "ComfyUI-SmartModelLoaders-MXD"
}
],
"https://github.com/McKlinton2/comfyui-mcklinton-pack": [
[
"ColormaskNode",
@ -18999,7 +19017,6 @@
"Stack_condi",
"Stack_latent",
"Stack_pre_Mark",
"Stack_pre_Mark_easy",
"Stack_sample_data",
"Stack_text",
"basicIn_Sampler",
@ -19065,6 +19082,7 @@
"create_mulcolor_img",
"excel_Prompter",
"excel_column_diff",
"excel_imgEditor_helper",
"excel_insert_image",
"excel_qwen_artistic",
"excel_qwen_font",
@ -22896,8 +22914,11 @@
"VaceAdvancedModelPatch",
"VaceStrengthTester",
"WanVacePhantomDual",
"WanVacePhantomDualV2",
"WanVacePhantomExperimental",
"WanVacePhantomExperimentalV2",
"WanVacePhantomSimple",
"WanVacePhantomSimpleV2",
"WanVaceToVideoLatent"
],
{
@ -27687,8 +27708,12 @@
],
"https://github.com/jqy-yo/comfyui-gemini-nodes": [
[
"GeminiFieldExtractor",
"GeminiImageEditor",
"GeminiImageGenADV",
"GeminiJSONExtractor",
"GeminiJSONParser",
"GeminiStructuredOutput",
"GeminiTextAPI",
"GeminiVideoCaptioner"
],
@ -28935,6 +28960,7 @@
"LoadAndResizeImage",
"LoadImagesFromFolderKJ",
"LoadResAdapterNormalization",
"LoadVideosFromFolder",
"LoraExtractKJ",
"MaskBatchMulti",
"MaskOrImageToWeight",
@ -32843,6 +32869,14 @@
"title_aux": "ComfyUI_BiRefNet_Universal"
}
],
"https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": [
[
"SeedVR2TilingUpscaler"
],
{
"title_aux": "SeedVR2 Tiling Upscaler"
}
],
"https://github.com/morino-kumasan/comfyui-toml-prompt": [
[
"CheckPointLoaderSimpleFromString",
@ -35851,6 +35885,42 @@
"title_aux": "Mesh Simplifier for ComfyUI"
}
],
"https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": [
[
"AICharacterLookdevBible-Akki",
"AICinematographer_Akki",
"AIQCSupervisor-Akki",
"AISceneChoreographerBible-Akki",
"AIScriptCrafter01FoundationBible-Akki",
"AIScriptCrafter02BeatSheetBible-Akki",
"AIScriptCrafter03ScreenplayBible-Akki",
"AISetLookdevBible-Akki",
"AIShotDurationCalculator-Akki",
"AIVideoPromptEngineerPro-Akki",
"AssetSelector-Akki",
"GenericFileLoader-Akki",
"GenericFileSaver-Akki",
"GenericImageLoader-Akki",
"GenericImageNamer-Akki",
"KeywordLoader-Akki",
"LLMLoader-Akki",
"LLMLoaderLMStudio-Akki",
"LoadTextFileAdvanced-Akki",
"LoadTextFileSimple-Akki",
"LookdevBibleLoader-Akki",
"ProShotListParser-Akki",
"ProjectDirector-Akki",
"SaveTextFile-Akki",
"SceneChoreographyLoader-Akki",
"ShotAssetLoader-Akki",
"ShotSelector-Akki",
"StoryWriter-Akki",
"VideoPromptLoader-Akki"
],
{
"title_aux": "AkkiNodes LLM Suite: Your Personal AI Film Studio"
}
],
"https://github.com/royceschultz/ComfyUI-Notifications": [
[
"Notif-PlaySound",
@ -37099,6 +37169,7 @@
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
[
"SmartBackgroundRemove",
"SmartDrawPoints",
"SmartGenerateImage",
"SmartImagePaletteConvert",
"SmartImagePaletteExtract",
@ -41188,10 +41259,13 @@
"KY_BBoxesToSAM2",
"KY_FilePathAnalyzer-",
"KY_FileSequenceAnalyzer",
"KY_ImageCropByBBox",
"KY_JSONToBBox",
"KY_JoinToString",
"KY_LoadImageFrom",
"KY_LoadImagesFromFolder",
"KY_MathExpression",
"KY_MergeToJSON",
"KY_OpenAICaptionImage",
"KY_OpenAICaptionImages",
"KY_OpenAIChat",
@ -41199,7 +41273,9 @@
"KY_RegexExtractor",
"KY_RegexReplace",
"KY_SaveImageToPath",
"KY_isNone"
"KY_isNone",
"KY_restoreBBox",
"KY_toBBox"
],
{
"title_aux": "ComfyUI-KYNode"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,45 @@
{
"custom_nodes": [
{
"author": "Maff3u",
"title": "MattiaNodes - Points Editor On Cropped [WIP]",
"reference": "https://github.com/Maff3u/MattiaNodes",
"files": [
"https://github.com/Maff3u/MattiaNodes"
],
"install_type": "git-clone",
"description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized."
},
{
"author": "viik420",
"title": "AdvancedModelDownloader [UNSAFE]",
"reference": "https://github.com/viik420/AdvancedModelDownloader",
"files": [
"https://github.com/viik420/AdvancedModelDownloader"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that adds a powerful, integrated downloader to the main menu, complete with an automatic update checker.[w/This nodepack provides functionality to access files through an endpoint.]"
},
{
"author": "DenRakEiw",
"title": "Comfyui-Aspect-Ratio-Processor [WIP]",
"reference": "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor",
"files": [
"https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor"
],
"install_type": "git-clone",
"description": "Comfyui Aspect Ratio Processor 2:3 / 3:2\nNOTE: The files in the repo are not organized."
},
{
"author": "yuvraj108c",
"title": "ComfyUI HYPIR [NAME CONFLICT]",
"reference": "https://github.com/yuvraj108c/ComfyUI-HYPIR",
"files": [
"https://github.com/yuvraj108c/ComfyUI-HYPIR"
],
"install_type": "git-clone",
"description": "This project is a ComfyUI wrapper for [a/HYPIR](https://github.com/XPixelGroup/HYPIR) (Harnessing Diffusion-Yielded Score Priors for Image Restoration)"
},
{
"author": "miabrahams",
"title": "ComfyUI-WebAutomation [UNSAFE]",
@ -2682,16 +2722,6 @@
"install_type": "git-clone",
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
},
{
"author": "shinich39",
"title": "comfyui-textarea-is-shit",
"reference": "https://github.com/shinich39/comfyui-textarea-is-shit",
"files": [
"https://github.com/shinich39/comfyui-textarea-is-shit"
],
"description": "HTML gives me a textarea like piece of shit.",
"install_type": "git-clone"
},
{
"author": "shinich39",
"title": "comfyui-nothing-happened",

View File

@ -1321,6 +1321,14 @@
"title_aux": "ComfyUI Node Switcher"
}
],
"https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": [
[
"AspectRatioProcessor"
],
{
"title_aux": "Comfyui-Aspect-Ratio-Processor [WIP]"
}
],
"https://github.com/DenRakEiw/DenRakEiw_Nodes": [
[
"ColorGeneratorNode",
@ -2407,6 +2415,14 @@
"title_aux": "comfy-tif-support"
}
],
"https://github.com/Maff3u/MattiaNodes": [
[
"PointsEditorOnCropped"
],
{
"title_aux": "MattiaNodes - Points Editor On Cropped [WIP]"
}
],
"https://github.com/MakkiShizu/ComfyUI-MakkiTools": [
[
"AnyImageStitch",
@ -8345,6 +8361,8 @@
"CloudreveSignin",
"CloudreveUploadFile",
"IncrementBatchName",
"InoGetSamplerConfig",
"InoGetSamplerModel",
"Ino_BranchImage",
"Ino_CalculateLoraConfig",
"Ino_CountFiles",
@ -9877,6 +9895,14 @@
"title_aux": "ComfyUI_Toolbox"
}
],
"https://github.com/viik420/AdvancedModelDownloader": [
[
"AdvancedDownloader"
],
{
"title_aux": "AdvancedModelDownloader [UNSAFE]"
}
],
"https://github.com/virallover/comfyui-virallover": [
[
"BrightnessCorrectionNode",
@ -10212,7 +10238,8 @@
"https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [
[
"CombineVideosFromFolder",
"getSubtitlesFromVideo"
"getSubtitlesFromVideo",
"mergeVideoAndSubtitle"
],
{
"title_aux": "ComfyUI-CombineVideoAndSubtitle"
@ -10274,12 +10301,14 @@
"FillAlphaNode",
"FixUTF8StringNode",
"FloatNode",
"FloatToIntNode",
"IfNode",
"ImageResizeNode",
"ImageSizeNode",
"ImageToBase64Node",
"ImageToVideoNode",
"IntNode",
"IntToFloatNode",
"LoadImageFromDirectoryNode",
"LoadImageFromURLNode",
"LoadStringFromDirectoryNode",
@ -10287,6 +10316,7 @@
"MaxNode",
"MinNode",
"MultiplyNode",
"NumberNode",
"OllamaClientNode",
"OllamaNode",
"OutpaintingPadNode",
@ -10481,6 +10511,15 @@
"title_aux": "ComfyUI-Dropbox-API [WIP]"
}
],
"https://github.com/yuvraj108c/ComfyUI-HYPIR": [
[
"HYPIRProcess",
"LoadHYPIRModel"
],
{
"title_aux": "ComfyUI HYPIR [NAME CONFLICT]"
}
],
"https://github.com/zackabrams/ComfyUI-KeySyncWrapper": [
[
"KeySyncAdvanced",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "shinich39",
"title": "comfyui-textarea-is-shit [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-textarea-is-shit",
"files": [
"https://github.com/shinich39/comfyui-textarea-is-shit"
],
"description": "HTML gives me a textarea like piece of shit.",
"install_type": "git-clone"
},
{
"author": "shinich39",
"title": "comfyui-poor-textarea [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-poor-textarea",
"files": [
"https://github.com/shinich39/comfyui-poor-textarea"
],
"install_type": "git-clone",
"description": "Add commentify, indentation, auto-close brackets in textarea."
},
{
"author": "InfiniNode",
"title": "Comfyui-InfiniNode-Model-Suite [UNSAFE/REMOVED]",

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "moonwhaler",
"title": "SeedVR2 Tiling Upscaler",
"reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler",
"files": [
"https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching."
},
{
"author": "routhakash",
"title": "AkkiNodes LLM Suite: Your Personal AI Film Studio",
"reference": "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI",
"files": [
"https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI"
],
"install_type": "git-clone",
"description": "A suite of advanced ComfyUI custom nodes for a complete 'Script-to-Screen' workflow, powered by local LLMs."
},
{
"author": "Maxed-Out-99",
"title": "ComfyUI-SmartModelLoaders-MXD",
"reference": "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD",
"files": [
"https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD"
],
"install_type": "git-clone",
"description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more."
},
{
"author": "L33chKing",
"title": "Tag Frequency Weighter for ComfyUI",
@ -661,56 +691,6 @@
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that parses prompt text for LoRA tags and visualizes their metadata, including trigger words, strength values, thumbnail previews, and example images."
},
{
"author": "HWDigi",
"title": "Factory Prompt Generator",
"reference": "https://github.com/HWDigi/Factory-Prompts_comfyui",
"files": [
"https://github.com/HWDigi/Factory-Prompts_comfyui"
],
"install_type": "git-clone",
"description": "A comprehensive ComfyUI custom node suite for advanced Safe for Work prompt generation across all checkpoint types (Pony, SDXL, SD1.5, and more). This SFW edition is specifically designed for professional workflows, educational environments, and GitHub hosting compliance."
},
{
"author": "BitWalker",
"title": "FlowCV",
"reference": "https://github.com/Koren-cy/FlowCV",
"files": [
"https://github.com/Koren-cy/FlowCV"
],
"install_type": "git-clone",
"description": "Visual opencv node package based on comfy ui"
},
{
"author": "fblissjr",
"title": "ComfyUI-QwenImageWanBridge",
"reference": "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge",
"files": [
"https://github.com/fblissjr/ComfyUI-QwenImageWanBridge"
],
"install_type": "git-clone",
"description": "Custom nodes for bridging Qwen-Image and WAN video models in ComfyUI."
},
{
"author": "jtydhr88",
"title": "ComfyUI-OpenCut",
"reference": "https://github.com/jtydhr88/ComfyUI-OpenCut",
"files": [
"https://github.com/jtydhr88/ComfyUI-OpenCut"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin that integrated OpenCut into ComfyUI, originally developed by [a/OpenCut](https://github.com/OpenCut-app/OpenCut)"
},
{
"author": "snomiao",
"title": "ComfyUI Video Crop",
"reference": "https://github.com/snomiao/ComfyUI-Video-Crop",
"files": [
"https://github.com/snomiao/ComfyUI-Video-Crop"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for cropping videos using FFmpeg with pixel-precise control."
}
]
}

View File

@ -158,6 +158,7 @@
"AILab_MaskPreview",
"AILab_Preview",
"AILab_ReferenceLatentMask",
"AILab_SDMatte",
"BiRefNetRMBG",
"BodySegment",
"ClothesSegment",
@ -4034,7 +4035,7 @@
"Categorizer",
"CollectAndDistributeText",
"Coloring",
"ConditionalLoRAApplierCreepybits",
"ConditionalLoRAApplier",
"CustomNodeManager",
"DelayNode",
"DelayTextNode",
@ -4282,9 +4283,11 @@
"https://github.com/DataCTE/prompt_injection": [
[
"AdvancedPromptInjection",
"AdvancedSD15PromptInjection",
"PromptInjection",
"SVDPromptInjection",
"SimplePromptInjection"
"SD15PromptInjection",
"SimplePromptInjection",
"SimpleSD15PromptInjection"
],
{
"title_aux": "Prompt Injection Node for ComfyUI"
@ -4788,6 +4791,9 @@
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"LaplacianVariance",
"LogicAnd",
"LogicOr",
"MaskToBBox",
"MergeBBoxes",
"ParseBBoxQwenVL",
@ -9249,6 +9255,18 @@
"title_aux": "ComfyUI-MaxedOut"
}
],
"https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": [
[
"CLIPLoaderUnified",
"DualCLIPLoaderUnified",
"QuadrupleCLIPLoaderUnified",
"TripleCLIPLoaderUnified",
"UNETLoaderUnified"
],
{
"title_aux": "ComfyUI-SmartModelLoaders-MXD"
}
],
"https://github.com/McKlinton2/comfyui-mcklinton-pack": [
[
"ColormaskNode",
@ -18999,7 +19017,6 @@
"Stack_condi",
"Stack_latent",
"Stack_pre_Mark",
"Stack_pre_Mark_easy",
"Stack_sample_data",
"Stack_text",
"basicIn_Sampler",
@ -19065,6 +19082,7 @@
"create_mulcolor_img",
"excel_Prompter",
"excel_column_diff",
"excel_imgEditor_helper",
"excel_insert_image",
"excel_qwen_artistic",
"excel_qwen_font",
@ -22896,8 +22914,11 @@
"VaceAdvancedModelPatch",
"VaceStrengthTester",
"WanVacePhantomDual",
"WanVacePhantomDualV2",
"WanVacePhantomExperimental",
"WanVacePhantomExperimentalV2",
"WanVacePhantomSimple",
"WanVacePhantomSimpleV2",
"WanVaceToVideoLatent"
],
{
@ -27687,8 +27708,12 @@
],
"https://github.com/jqy-yo/comfyui-gemini-nodes": [
[
"GeminiFieldExtractor",
"GeminiImageEditor",
"GeminiImageGenADV",
"GeminiJSONExtractor",
"GeminiJSONParser",
"GeminiStructuredOutput",
"GeminiTextAPI",
"GeminiVideoCaptioner"
],
@ -28935,6 +28960,7 @@
"LoadAndResizeImage",
"LoadImagesFromFolderKJ",
"LoadResAdapterNormalization",
"LoadVideosFromFolder",
"LoraExtractKJ",
"MaskBatchMulti",
"MaskOrImageToWeight",
@ -32843,6 +32869,14 @@
"title_aux": "ComfyUI_BiRefNet_Universal"
}
],
"https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": [
[
"SeedVR2TilingUpscaler"
],
{
"title_aux": "SeedVR2 Tiling Upscaler"
}
],
"https://github.com/morino-kumasan/comfyui-toml-prompt": [
[
"CheckPointLoaderSimpleFromString",
@ -35851,6 +35885,42 @@
"title_aux": "Mesh Simplifier for ComfyUI"
}
],
"https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": [
[
"AICharacterLookdevBible-Akki",
"AICinematographer_Akki",
"AIQCSupervisor-Akki",
"AISceneChoreographerBible-Akki",
"AIScriptCrafter01FoundationBible-Akki",
"AIScriptCrafter02BeatSheetBible-Akki",
"AIScriptCrafter03ScreenplayBible-Akki",
"AISetLookdevBible-Akki",
"AIShotDurationCalculator-Akki",
"AIVideoPromptEngineerPro-Akki",
"AssetSelector-Akki",
"GenericFileLoader-Akki",
"GenericFileSaver-Akki",
"GenericImageLoader-Akki",
"GenericImageNamer-Akki",
"KeywordLoader-Akki",
"LLMLoader-Akki",
"LLMLoaderLMStudio-Akki",
"LoadTextFileAdvanced-Akki",
"LoadTextFileSimple-Akki",
"LookdevBibleLoader-Akki",
"ProShotListParser-Akki",
"ProjectDirector-Akki",
"SaveTextFile-Akki",
"SceneChoreographyLoader-Akki",
"ShotAssetLoader-Akki",
"ShotSelector-Akki",
"StoryWriter-Akki",
"VideoPromptLoader-Akki"
],
{
"title_aux": "AkkiNodes LLM Suite: Your Personal AI Film Studio"
}
],
"https://github.com/royceschultz/ComfyUI-Notifications": [
[
"Notif-PlaySound",
@ -37099,6 +37169,7 @@
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
[
"SmartBackgroundRemove",
"SmartDrawPoints",
"SmartGenerateImage",
"SmartImagePaletteConvert",
"SmartImagePaletteExtract",
@ -41188,10 +41259,13 @@
"KY_BBoxesToSAM2",
"KY_FilePathAnalyzer-",
"KY_FileSequenceAnalyzer",
"KY_ImageCropByBBox",
"KY_JSONToBBox",
"KY_JoinToString",
"KY_LoadImageFrom",
"KY_LoadImagesFromFolder",
"KY_MathExpression",
"KY_MergeToJSON",
"KY_OpenAICaptionImage",
"KY_OpenAICaptionImages",
"KY_OpenAIChat",
@ -41199,7 +41273,9 @@
"KY_RegexExtractor",
"KY_RegexReplace",
"KY_SaveImageToPath",
"KY_isNone"
"KY_isNone",
"KY_restoreBBox",
"KY_toBBox"
],
{
"title_aux": "ComfyUI-KYNode"