diff --git a/custom-node-list.json b/custom-node-list.json index f47ee54d..12dde729 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9237,6 +9237,17 @@ "install_type": "git-clone", "description": "ComfyUI-AutoCropBgTrim is a powerful tool designed to automatically clean up the background of your images. This tool trims unnecessary spaces and pixels, leaving only the main subject of the image. It generates both a mask and an image output, making it easy to focus on the essential elements. Perfect for enhancing your photos and preparing them for professional use." }, + { + "author": "fexploit", + "title": "ComfyUI-AutoLabel", + "id": "autolabel", + "reference": "https://github.com/fexploit/ComfyUI-AutoLabel", + "files": [ + "https://github.com/fexploit/ComfyUI-AutoLabel" + ], + "install_type": "git-clone", + "description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images." + }, { "author": "linshier", "title": "comfyui-remote-tools", @@ -9336,6 +9347,40 @@ "install_type": "git-clone", "description": "MuseTalk ComfyUI Preprocess and Postprocess Nodes" }, + { + "author": "TW-CUI", + "title": "TW-CUI-Util", + "id": "tw-cui-util", + "reference": "https://github.com/TW-CUI/TW-CUI-Util", + "files": [ + "https://github.com/TW-CUI/TW-CUI-Util" + ], + "install_type": "git-clone", + "description": "This repository contains multiple 'utility' nodes for various ease-of-use improvements and combining a number of nodes necessary for a workflow into less." + }, + { + "author": "Thomas Ward", + "title": "TW-CUI-Util", + "id": "tw-cui-util", + "reference": "https://github.com/TW-CUI/TW-CUI-Util", + "files": [ + "https://github.com/TW-CUI/TW-CUI-Util" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes to help with saving images, providing generation parameters, static literal nodes, and other useful nodes." + }, + { + "author": "newsbubbles", + "title": "AnyNode", + "id": "anynode", + "reference": "https://github.com/lks-ai/anynode", + "files": [ + "https://github.com/lks-ai/anynode" + ], + "install_type": "git-clone", + "description": "LLM based nodes" + }, + diff --git a/extension-node-map.json b/extension-node-map.json index b15201ad..6acefc12 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4116,6 +4116,23 @@ "title_aux": "tri3d-comfyui-nodes" } ], + "https://github.com/TW-CUI/TW-CUI-Util": [ + [ + "TWCUI_Util_CommonSDXLResolutions", + "TWCUI_Util_FloatLiteral", + "TWCUI_Util_GenerationParameters", + "TWCUI_Util_GenerationPrompts", + "TWCUI_Util_IntLiteral", + "TWCUI_Util_ModelVAELoader", + "TWCUI_Util_MultilineStringLiteral", + "TWCUI_Util_SaveImage", + "TWCUI_Util_SaveImageAdvanced", + "TWCUI_Util_StringLiteral" + ], + { + "title_aux": "TW-CUI-Util" + } + ], "https://github.com/TaiTair/comfyui-simswap": [ [ "Simswap", @@ -5555,7 +5572,8 @@ "https://github.com/banodoco/steerable-motion": [ [ "BatchCreativeInterpolation", - "IpaConfiguration" + "IpaConfiguration", + "RemoveAndInterpolateFrames" ], { "title_aux": "Steerable Motion" @@ -7979,6 +7997,14 @@ "title_aux": "fexli-util-node-comfyui" } ], + "https://github.com/fexploit/ComfyUI-AutoLabel": [ + [ + "AutoLabel" + ], + { + "title_aux": "ComfyUI-AutoLabel" + } + ], "https://github.com/fexploit/ComfyUI-AutoTrimBG": [ [ "RonLayers/TrimBg: RonLayersTrimBgUltraV2" @@ -8011,11 +8037,14 @@ "FL_ImageDurationSync", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_InfiniteZoom", "FL_NFTGenerator", + "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", "FL_RandomNumber", - "FL_Ripple" + "FL_Ripple", + "FL_Shadertoy" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -8649,6 +8678,7 @@ ], "https://github.com/gonzalu/ComfyUI_YFG_Comical": [ [ + "Image3SwitcherNode", "image_halftone", "image_histograms_node", "image_histograms_node_compact", @@ -8656,9 +8686,9 @@ ], { "author": "YFG", - "description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.", - "nickname": "\ud83d\udc2f YFG Histograms", - "title": "YFG Histograms", + "description": "This node allows the user to select between three images and outputs the selected image.", + "nickname": "\ud83d\udc2f YFG Image 3 Switcher", + "title": "YFG Image 3 Switcher", "title_aux": "\ud83d\ude38 YFG Comical Nodes" } ], @@ -10209,6 +10239,18 @@ "title_aux": "comfy-mecha" } ], + "https://github.com/lks-ai/anynode": [ + [ + "AnyNode" + ], + { + "author": "newsbubbles", + "description": "LLM based nodes", + "nickname": "anynode", + "title": "AnyNode", + "title_aux": "AnyNode" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", @@ -11262,7 +11304,7 @@ ], { "author": "nullquant", - "description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models", + "description": "These are custom nodes for ComfyUI native implementation of BrushNet, PowerPaint and RAUNet models", "nickname": "BrushName nodes", "title": "BrushNet", "title_aux": "BrushNet" diff --git a/github-stats.json b/github-stats.json index 4992ae1b..b4637e94 100644 --- a/github-stats.json +++ b/github-stats.json @@ -8,7 +8,7 @@ "last_update": "2024-02-21 04:45:27" }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 715, + "stars": 717, "last_update": "2024-05-23 08:45:47" }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { @@ -92,11 +92,11 @@ "last_update": "2024-05-23 00:13:50" }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 782, + "stars": 786, "last_update": "2024-05-24 08:29:01" }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 191, + "stars": 194, "last_update": "2024-05-24 17:46:47" }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { @@ -124,12 +124,12 @@ "last_update": "2024-05-22 21:27:48" }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 352, - "last_update": "2024-05-22 20:51:14" + "stars": 354, + "last_update": "2024-05-25 10:33:53" }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 190, - "last_update": "2024-05-22 20:50:53" + "stars": 191, + "last_update": "2024-05-25 10:28:37" }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -144,7 +144,7 @@ "last_update": "2024-04-16 08:29:55" }, "https://github.com/Amorano/Jovimetrix": { - "stars": 145, + "stars": 146, "last_update": "2024-05-22 03:26:18" }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { @@ -168,7 +168,7 @@ "last_update": "2024-05-22 20:53:09" }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 614, + "stars": 616, "last_update": "2024-05-22 18:16:43" }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { @@ -189,14 +189,14 @@ }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 2, - "last_update": "2024-05-24 17:09:07" + "last_update": "2024-05-25 07:56:01" }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50" }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 282, + "stars": 284, "last_update": "2024-05-22 17:55:57" }, "https://github.com/Beinsezii/bsz-cui-extras": { @@ -204,7 +204,7 @@ "last_update": "2024-05-22 20:46:45" }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 614, + "stars": 616, "last_update": "2024-05-23 02:10:41" }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { @@ -236,15 +236,15 @@ "last_update": "2024-05-23 00:23:44" }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 250, + "stars": 252, "last_update": "2024-05-22 14:56:13" }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 317, + "stars": 318, "last_update": "2024-05-22 15:01:45" }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 196, + "stars": 197, "last_update": "2024-05-22 14:56:25" }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { @@ -252,7 +252,7 @@ "last_update": "2024-05-22 14:57:04" }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 269, + "stars": 272, "last_update": "2024-05-22 14:56:49" }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { @@ -264,8 +264,8 @@ "last_update": "2024-05-22 17:55:41" }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 18, - "last_update": "2024-05-23 04:01:43" + "stars": 21, + "last_update": "2024-05-25 13:39:08" }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 7, @@ -284,7 +284,7 @@ "last_update": "2024-04-05 11:14:24" }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 45, + "stars": 46, "last_update": "2024-04-18 04:28:09" }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { @@ -304,7 +304,7 @@ "last_update": "2024-05-23 01:13:09" }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 271, + "stars": 272, "last_update": "2024-05-22 17:38:48" }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { @@ -344,11 +344,11 @@ "last_update": "2024-05-23 00:12:28" }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 243, + "stars": 244, "last_update": "2024-05-23 00:12:41" }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 235, + "stars": 238, "last_update": "2024-05-24 15:31:20" }, "https://github.com/Extraltodeus/LoadLoraWithTags": { @@ -356,7 +356,7 @@ "last_update": "2024-05-22 20:36:32" }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 69, + "stars": 70, "last_update": "2024-05-22 20:39:01" }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { @@ -388,7 +388,7 @@ "last_update": "2024-05-21 00:51:54" }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1414, + "stars": 1418, "last_update": "2024-05-24 11:05:47" }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { @@ -412,7 +412,7 @@ "last_update": "2024-05-16 23:55:47" }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 294, + "stars": 295, "last_update": "2024-05-25 04:05:51" }, "https://github.com/FlyingFireCo/tiled_ksampler": { @@ -420,7 +420,7 @@ "last_update": "2024-05-22 23:15:17" }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 169, + "stars": 170, "last_update": "2024-05-23 00:15:14" }, "https://github.com/Franck-Demongin/NX_PromptStyler": { @@ -444,11 +444,11 @@ "last_update": "2024-05-23 01:17:07" }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 954, + "stars": 957, "last_update": "2024-05-23 06:07:15" }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 5, + "stars": 7, "last_update": "2024-05-23 21:13:58" }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { @@ -532,7 +532,7 @@ "last_update": "2024-05-23 00:22:46" }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 20:39:14" }, "https://github.com/Jannchie/ComfyUI-J": { @@ -556,11 +556,11 @@ "last_update": "2024-05-22 23:18:51" }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 61, + "stars": 62, "last_update": "2024-05-07 08:34:59" }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 39, + "stars": 41, "last_update": "2024-05-23 11:11:23" }, "https://github.com/Jordach/comfy-plasma": { @@ -568,7 +568,7 @@ "last_update": "2024-05-22 18:08:28" }, "https://github.com/Kaharos94/ComfyUI-Saveaswebp": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 18:06:48" }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { @@ -580,11 +580,11 @@ "last_update": "2024-05-23 01:20:32" }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 126, + "stars": 127, "last_update": "2024-05-12 15:49:06" }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 4, + "stars": 5, "last_update": "2024-05-08 21:25:51" }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { @@ -592,7 +592,7 @@ "last_update": "2024-05-24 05:11:29" }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2128, + "stars": 2130, "last_update": "2024-05-21 05:29:18" }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { @@ -612,7 +612,7 @@ "last_update": "2024-05-22 23:08:11" }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 214, + "stars": 216, "last_update": "2024-05-22 23:07:59" }, "https://github.com/Layer-norm/comfyui-lama-remover": { @@ -652,7 +652,7 @@ "last_update": "2024-05-22 23:21:49" }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-04-05 05:11:51" }, "https://github.com/M1kep/ComfyLiterals": { @@ -701,7 +701,7 @@ }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 46, - "last_update": "2024-05-25 01:08:51" + "last_update": "2024-05-26 00:08:58" }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 0, @@ -740,8 +740,8 @@ "last_update": "2024-05-19 08:21:13" }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 1507, - "last_update": "2024-05-24 17:11:21" + "stars": 1517, + "last_update": "2024-05-25 18:34:50" }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 419, @@ -756,7 +756,7 @@ "last_update": "2024-05-01 12:24:22" }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 53, + "stars": 54, "last_update": "2024-05-23 00:22:08" }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { @@ -768,7 +768,7 @@ "last_update": "2024-05-22 20:34:46" }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 141, + "stars": 142, "last_update": "2024-05-22 22:12:15" }, "https://github.com/NimaNzrii/comfyui-popup_preview": { @@ -792,12 +792,12 @@ "last_update": "2024-05-22 18:11:17" }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 160, + "stars": 161, "last_update": "2024-05-21 19:52:44" }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 312, - "last_update": "2024-05-25 07:04:55" + "stars": 317, + "last_update": "2024-05-25 19:24:10" }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, @@ -840,7 +840,7 @@ "last_update": "2024-05-05 09:22:26" }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 22:21:46" }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { @@ -872,7 +872,7 @@ "last_update": "2024-04-29 02:27:15" }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 716, + "stars": 718, "last_update": "2024-05-22 00:28:26" }, "https://github.com/Seedsa/Fooocus_Nodes": { @@ -892,7 +892,7 @@ "last_update": "2024-03-08 15:16:10" }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 18, + "stars": 19, "last_update": "2024-05-21 14:49:10" }, "https://github.com/Shraknard/ComfyUI-Remover": { @@ -928,7 +928,7 @@ "last_update": "2024-05-23 05:09:39" }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 175, + "stars": 176, "last_update": "2024-05-22 15:30:47" }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { @@ -953,10 +953,10 @@ }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 86, - "last_update": "2024-05-23 00:18:20" + "last_update": "2024-05-26 05:44:18" }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 433, + "stars": 435, "last_update": "2024-05-22 18:11:38" }, "https://github.com/Sxela/ComfyWarp": { @@ -983,6 +983,10 @@ "stars": 15, "last_update": "2024-05-22 21:14:49" }, + "https://github.com/TW-CUI/TW-CUI-Util": { + "stars": 0, + "last_update": "2024-05-26 02:56:01" + }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 4, "last_update": "2024-05-23 01:15:21" @@ -1008,11 +1012,11 @@ "last_update": "2024-05-22 23:22:36" }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 120, + "stars": 122, "last_update": "2024-05-23 01:17:20" }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 242, + "stars": 246, "last_update": "2024-05-07 03:07:38" }, "https://github.com/TheBarret/ZSuite": { @@ -1024,12 +1028,12 @@ "last_update": "2024-02-24 00:49:19" }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 193, + "stars": 196, "last_update": "2024-05-23 05:12:45" }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 292, - "last_update": "2024-05-25 06:44:51" + "last_update": "2024-05-25 23:08:09" }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 16, @@ -1056,7 +1060,7 @@ "last_update": "2024-05-22 21:30:13" }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 50, + "stars": 51, "last_update": "2024-05-23 01:11:56" }, "https://github.com/WASasquatch/ASTERR": { @@ -1116,19 +1120,19 @@ "last_update": "2024-05-22 18:04:22" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 301, + "stars": 303, "last_update": "2024-05-22 14:14:46" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 306, + "stars": 307, "last_update": "2024-05-22 08:53:46" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 524, + "stars": 527, "last_update": "2024-05-22 14:14:18" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 119, + "stars": 121, "last_update": "2024-05-22 14:14:31" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { @@ -1136,19 +1140,19 @@ "last_update": "2024-05-22 14:14:03" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 557, + "stars": 558, "last_update": "2024-05-22 14:15:11" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1143, + "stars": 1146, "last_update": "2024-05-22 13:57:55" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 154, + "stars": 157, "last_update": "2024-05-22 13:40:05" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 728, + "stars": 730, "last_update": "2024-05-22 14:13:49" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { @@ -1164,7 +1168,7 @@ "last_update": "2024-05-22 14:14:57" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 85, + "stars": 87, "last_update": "2024-05-22 13:40:44" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { @@ -1176,11 +1180,11 @@ "last_update": "2024-05-22 13:57:43" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 406, + "stars": 407, "last_update": "2024-05-22 13:01:07" }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1406, + "stars": 1410, "last_update": "2024-04-17 19:57:18" }, "https://github.com/ZaneA/ComfyUI-ImageReward": { @@ -1264,11 +1268,11 @@ "last_update": "2024-05-23 01:17:52" }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 23, - "last_update": "2024-05-10 19:30:59" + "stars": 24, + "last_update": "2024-05-26 03:25:00" }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 50, + "stars": 52, "last_update": "2024-05-22 20:54:21" }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { @@ -1325,7 +1329,7 @@ }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, - "last_update": "2024-05-22 18:18:51" + "last_update": "2024-05-25 11:40:49" }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 80, @@ -1340,7 +1344,7 @@ "last_update": "2024-05-24 03:42:31" }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 200, + "stars": 201, "last_update": "2024-05-22 21:14:14" }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { @@ -1361,11 +1365,11 @@ }, "https://github.com/banodoco/steerable-motion": { "stars": 659, - "last_update": "2024-05-22 00:43:17" + "last_update": "2024-05-25 21:46:27" }, "https://github.com/bash-j/mikey_nodes": { "stars": 75, - "last_update": "2024-05-05 23:32:05" + "last_update": "2024-05-26 05:17:08" }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 17, @@ -1384,7 +1388,7 @@ "last_update": "2024-05-22 23:18:26" }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 74, + "stars": 77, "last_update": "2024-05-22 23:18:40" }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { @@ -1528,7 +1532,7 @@ "last_update": "2024-01-20 16:53:51" }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 197, + "stars": 198, "last_update": "2024-02-24 13:48:57" }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { @@ -1544,7 +1548,7 @@ "last_update": "2024-01-16 09:41:07" }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 105, + "stars": 107, "last_update": "2024-05-22 22:25:07" }, "https://github.com/chaojie/ComfyUI-MuseV": { @@ -1604,7 +1608,7 @@ "last_update": "2024-05-23 12:48:18" }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 519, + "stars": 520, "last_update": "2024-05-25 03:18:11" }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { @@ -1640,7 +1644,7 @@ "last_update": "2024-05-22 21:07:33" }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 298, + "stars": 300, "last_update": "2024-05-20 00:48:27" }, "https://github.com/chrish-slingshot/CrasHUtils": { @@ -1652,8 +1656,8 @@ "last_update": "2024-05-25 03:14:52" }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 12, - "last_update": "2024-05-24 13:25:24" + "stars": 14, + "last_update": "2024-05-26 04:29:40" }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 33, @@ -1664,8 +1668,8 @@ "last_update": "2024-05-22 18:06:05" }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 210, - "last_update": "2024-05-22 18:06:34" + "stars": 214, + "last_update": "2024-05-25 16:38:44" }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 201, @@ -1688,8 +1692,8 @@ "last_update": "2024-02-29 12:23:11" }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 35749, - "last_update": "2024-05-25 06:51:11" + "stars": 35818, + "last_update": "2024-05-26 01:19:21" }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 126, @@ -1724,23 +1728,23 @@ "last_update": "2024-05-23 00:10:33" }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 422, + "stars": 423, "last_update": "2024-05-21 00:37:08" }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 25, + "stars": 26, "last_update": "2024-05-22 22:20:15" }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 174, + "stars": 175, "last_update": "2024-05-24 13:34:44" }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 2743, + "stars": 2751, "last_update": "2024-05-23 22:45:34" }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 818, + "stars": 823, "last_update": "2024-05-08 14:56:00" }, "https://github.com/cubiq/ComfyUI_SimpleMath": { @@ -1748,11 +1752,11 @@ "last_update": "2023-09-26 06:31:44" }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 263, + "stars": 265, "last_update": "2024-05-24 12:20:57" }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 341, + "stars": 346, "last_update": "2024-05-17 07:41:51" }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { @@ -1776,8 +1780,8 @@ "last_update": "2024-05-23 08:41:09" }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 27, - "last_update": "2024-05-25 02:29:14" + "stars": 49, + "last_update": "2024-05-25 15:14:53" }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 25, @@ -1793,7 +1797,7 @@ }, "https://github.com/davask/ComfyUI_MaraScott_Nodes": { "stars": 46, - "last_update": "2024-05-25 01:08:51" + "last_update": "2024-05-26 00:08:58" }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, @@ -1812,7 +1816,7 @@ "last_update": "2023-12-16 17:31:44" }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 38, + "stars": 40, "last_update": "2024-05-23 19:02:41" }, "https://github.com/deroberon/StableZero123-comfyui": { @@ -1820,7 +1824,7 @@ "last_update": "2024-05-22 22:09:53" }, "https://github.com/deroberon/demofusion-comfyui": { - "stars": 81, + "stars": 82, "last_update": "2024-05-22 22:09:42" }, "https://github.com/dfl/comfyui-clip-with-break": { @@ -1836,7 +1840,7 @@ "last_update": "2024-05-23 00:11:33" }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 97, + "stars": 98, "last_update": "2024-05-22 23:24:19" }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { @@ -1844,7 +1848,7 @@ "last_update": "2024-01-07 03:29:57" }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 58, + "stars": 59, "last_update": "2024-05-22 17:55:21" }, "https://github.com/discopixel-studio/comfyui-discopixel": { @@ -1856,7 +1860,7 @@ "last_update": "2024-04-09 03:52:05" }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 202, + "stars": 203, "last_update": "2024-05-23 14:47:44" }, "https://github.com/dmMaze/sketch2manga": { @@ -1868,7 +1872,7 @@ "last_update": "2024-05-22 22:12:53" }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 75, + "stars": 77, "last_update": "2024-05-22 22:12:50" }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { @@ -1889,7 +1893,7 @@ }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 35, - "last_update": "2024-05-22 22:19:10" + "last_update": "2024-05-25 18:26:43" }, "https://github.com/evanspearman/ComfyMath": { "stars": 46, @@ -1903,6 +1907,10 @@ "stars": 3, "last_update": "2024-05-22 21:27:36" }, + "https://github.com/fexploit/ComfyUI-AutoLabel": { + "stars": 1, + "last_update": "2024-05-25 19:54:58" + }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 1, "last_update": "2024-05-24 20:38:15" @@ -1913,7 +1921,7 @@ }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 54, - "last_update": "2024-05-22 00:26:06" + "last_update": "2024-05-25 21:34:49" }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 122, @@ -1924,11 +1932,11 @@ "last_update": "2024-04-21 07:34:21" }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 711, + "stars": 713, "last_update": "2024-05-22 00:30:41" }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 202, + "stars": 203, "last_update": "2024-05-22 00:34:06" }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { @@ -1940,7 +1948,7 @@ "last_update": "2024-03-24 19:03:45" }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 339, + "stars": 340, "last_update": "2024-03-19 10:49:59" }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { @@ -1968,7 +1976,7 @@ "last_update": "2024-05-23 00:23:20" }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 362, + "stars": 363, "last_update": "2024-05-23 00:23:32" }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { @@ -2044,12 +2052,12 @@ "last_update": "2024-05-21 00:19:53" }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 235, + "stars": 236, "last_update": "2024-05-25 03:37:56" }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { - "stars": 3, - "last_update": "2024-05-25 05:52:14" + "stars": 4, + "last_update": "2024-05-26 01:17:52" }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 1, @@ -2064,7 +2072,7 @@ "last_update": "2023-03-28 16:19:46" }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { - "stars": 10, + "stars": 11, "last_update": "2024-05-23 00:11:45" }, "https://github.com/hay86/ComfyUI_AceNodes": { @@ -2097,7 +2105,7 @@ }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 74, - "last_update": "2024-05-25 07:08:36" + "last_update": "2024-05-25 14:36:12" }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 34, @@ -2128,7 +2136,7 @@ "last_update": "2024-05-14 14:31:12" }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1201, + "stars": 1203, "last_update": "2024-05-16 22:30:32" }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { @@ -2276,7 +2284,7 @@ "last_update": "2024-05-23 01:23:43" }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 14, + "stars": 15, "last_update": "2024-05-23 12:34:26" }, "https://github.com/kale4eat/ComfyUI-path-util": { @@ -2304,7 +2312,7 @@ "last_update": "2024-05-23 01:10:44" }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { - "stars": 5, + "stars": 6, "last_update": "2024-05-23 01:11:13" }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { @@ -2356,11 +2364,11 @@ "last_update": "2024-05-21 16:24:26" }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 291, - "last_update": "2024-05-21 14:59:34" + "stars": 295, + "last_update": "2024-05-25 07:37:51" }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 282, + "stars": 283, "last_update": "2024-05-21 15:13:05" }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { @@ -2372,7 +2380,7 @@ "last_update": "2024-05-21 16:28:41" }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1055, + "stars": 1057, "last_update": "2024-05-21 14:56:36" }, "https://github.com/kijai/ComfyUI-SVD": { @@ -2483,16 +2491,20 @@ "stars": 7, "last_update": "2024-05-23 00:11:18" }, + "https://github.com/lks-ai/anynode": { + "stars": 16, + "last_update": "2024-05-26 01:08:49" + }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 23, "last_update": "2024-05-24 02:51:26" }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 56, + "stars": 57, "last_update": "2024-05-22 00:16:32" }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 116, + "stars": 118, "last_update": "2024-05-22 00:02:08" }, "https://github.com/logtd/ComfyUI-InversedNoise": { @@ -2528,24 +2540,24 @@ "last_update": "2024-04-28 03:29:42" }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 98, - "last_update": "2024-05-23 01:14:36" + "stars": 99, + "last_update": "2024-05-25 17:47:22" }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 17, - "last_update": "2024-05-23 01:14:07" + "last_update": "2024-05-25 18:04:20" }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1280, + "stars": 1282, "last_update": "2024-05-22 15:47:22" }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 253, + "stars": 254, "last_update": "2024-05-22 15:48:29" }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 3924, - "last_update": "2024-05-24 14:04:04" + "stars": 3935, + "last_update": "2024-05-25 07:48:18" }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, @@ -2608,7 +2620,7 @@ "last_update": "2024-05-22 20:43:37" }, "https://github.com/melMass/comfy_mtb": { - "stars": 313, + "stars": 314, "last_update": "2024-05-21 10:51:41" }, "https://github.com/mephisto83/petty-paint-comfyui-node": { @@ -2640,7 +2652,7 @@ "last_update": "2024-05-22 21:26:23" }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 14, + "stars": 15, "last_update": "2024-05-21 17:40:48" }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { @@ -2677,7 +2689,7 @@ }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 121, - "last_update": "2024-05-23 02:09:00" + "last_update": "2024-05-26 05:54:53" }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 33, @@ -2704,7 +2716,7 @@ "last_update": "2024-05-22 23:10:42" }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 23:11:09" }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { @@ -2733,15 +2745,15 @@ }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 268, - "last_update": "2024-05-24 11:18:40" + "last_update": "2024-05-25 13:46:29" }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 1, "last_update": "2024-05-23 00:14:52" }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 102, - "last_update": "2024-05-22 17:53:02" + "stars": 103, + "last_update": "2024-05-26 03:34:13" }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 8, @@ -2776,8 +2788,8 @@ "last_update": "2023-12-27 22:52:00" }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 159, - "last_update": "2024-05-17 17:07:17" + "stars": 160, + "last_update": "2024-05-25 17:44:47" }, "https://github.com/pants007/comfy-pants": { "stars": 2, @@ -2836,8 +2848,8 @@ "last_update": "2024-05-21 19:05:06" }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 374, - "last_update": "2024-05-22 05:22:40" + "stars": 375, + "last_update": "2024-05-25 18:12:08" }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -2872,8 +2884,8 @@ "last_update": "2024-05-13 19:58:16" }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 609, - "last_update": "2024-05-22 00:54:54" + "stars": 612, + "last_update": "2024-05-25 18:33:07" }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -2944,8 +2956,8 @@ "last_update": "2024-02-02 01:46:54" }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 806, - "last_update": "2024-05-24 03:12:17" + "stars": 810, + "last_update": "2024-05-25 14:50:24" }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 14, @@ -2960,7 +2972,7 @@ "last_update": "2024-04-17 09:02:51" }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 180, + "stars": 181, "last_update": "2024-05-14 22:01:41" }, "https://github.com/shiimizu/ComfyUI_smZNodes": { @@ -2976,7 +2988,7 @@ "last_update": "2024-05-22 20:41:15" }, "https://github.com/shinich39/comfyui-load-image-in-seq": { - "stars": 2, + "stars": 3, "last_update": "2024-05-23 00:20:53" }, "https://github.com/shinich39/comfyui-local-db": { @@ -3060,7 +3072,7 @@ "last_update": "2024-05-22 20:55:44" }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 64, + "stars": 66, "last_update": "2024-05-22 20:56:05" }, "https://github.com/spacepxl/ComfyUI-RAVE": { @@ -3072,7 +3084,7 @@ "last_update": "2024-05-23 05:07:00" }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 67, + "stars": 69, "last_update": "2024-05-23 05:03:42" }, "https://github.com/spro/comfyui-mirror": { @@ -3080,7 +3092,7 @@ "last_update": "2024-05-22 20:50:25" }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 572, + "stars": 574, "last_update": "2024-05-22 18:09:32" }, "https://github.com/ssitu/ComfyUI_fabric": { @@ -3100,11 +3112,11 @@ "last_update": "2024-05-24 18:23:12" }, "https://github.com/storyicon/comfyui_musev_evolved": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 09:09:50" }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 466, + "stars": 468, "last_update": "2024-05-24 05:01:05" }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { @@ -3120,7 +3132,7 @@ "last_update": "2024-05-22 22:18:07" }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { - "stars": 13, + "stars": 14, "last_update": "2024-01-14 20:01:01" }, "https://github.com/sugarkwork/comfyui_cohere": { @@ -3224,7 +3236,7 @@ "last_update": "2023-10-21 23:02:19" }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 575, + "stars": 574, "last_update": "2024-05-22 18:16:58" }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { @@ -3264,11 +3276,11 @@ "last_update": "2024-05-22 22:11:14" }, "https://github.com/violet-chen/comfyui-psd2png": { - "stars": 8, + "stars": 11, "last_update": "2024-05-22 22:14:19" }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 142, + "stars": 145, "last_update": "2024-05-23 00:18:06" }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { @@ -3332,11 +3344,11 @@ "last_update": "2024-05-22 23:25:32" }, "https://github.com/xuhongming251/ComfyUI-GPEN": { - "stars": 1, + "stars": 2, "last_update": "2024-05-25 03:32:25" }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { - "stars": 0, + "stars": 1, "last_update": "2024-05-25 03:30:05" }, "https://github.com/yffyhk/comfyui_auto_danbooru": { @@ -3344,8 +3356,8 @@ "last_update": "2024-05-22 23:23:03" }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 408, - "last_update": "2024-05-25 03:49:33" + "stars": 412, + "last_update": "2024-05-25 10:53:55" }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, @@ -3388,7 +3400,7 @@ "last_update": "2024-05-22 23:16:51" }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 23:17:38" }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { @@ -3404,7 +3416,7 @@ "last_update": "2024-05-22 22:08:07" }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { - "stars": 16, + "stars": 17, "last_update": "2024-02-25 06:28:49" }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { @@ -3437,6 +3449,6 @@ }, "https://github.com/zombieyang/sd-ppp": { "stars": 5, - "last_update": "2024-05-23 11:32:25" + "last_update": "2024-05-25 07:39:28" } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 578a1dae..cebb06f8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,17 @@ }, + { + "author": "flyingdogsoftware", + "title": "Gyre for ComfyUI", + "id": "gyre", + "reference": "https://github.com/flyingdogsoftware/gyre_for_comfyui", + "files": [ + "https://github.com/flyingdogsoftware/gyre_for_comfyui" + ], + "install_type": "git-clone", + "description": "Nodes:GyreLoopStart, GyreLoopEnd, GyreIfElse" + }, { "author": "githubYiheng", "title": "comfyui_median_filter", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a37664c5..84ec7a3c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -3,8 +3,7 @@ { "author": "#NOTICE_1.13", "title": "NOTICE: This channel is not the default channel.", - "reference": "https://github.com/ltdrdata/ComfyUI-Manager", - "files": [], + "reference": "https://github.com/ltdrdata/ComfyUI-Manager","files": [], "install_type": "git-clone", "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, @@ -12,6 +11,39 @@ + { + "author": "newsbubbles", + "title": "AnyNode", + "id": "anynode", + "reference": "https://github.com/lks-ai/anynode", + "files": [ + "https://github.com/lks-ai/anynode" + ], + "install_type": "git-clone", + "description": "LLM based nodes" + }, + { + "author": "Thomas Ward", + "title": "TW-CUI-Util", + "id": "tw-cui-util", + "reference": "https://github.com/TW-CUI/TW-CUI-Util", + "files": [ + "https://github.com/TW-CUI/TW-CUI-Util" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes to help with saving images, providing generation parameters, static literal nodes, and other useful nodes." + }, + { + "author": "fexploit", + "title": "ComfyUI-AutoLabel", + "id": "autolabel", + "reference": "https://github.com/fexploit/ComfyUI-AutoLabel", + "files": [ + "https://github.com/fexploit/ComfyUI-AutoLabel" + ], + "install_type": "git-clone", + "description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images." + }, { "author": "christian-byrne", "title": "img2colors-comfyui-node", @@ -657,39 +689,6 @@ ], "install_type": "git-clone", "description": "ComfyUI native nodes for IC-Light" - }, - { - "author": "MinusZoneAI", - "title": "ComfyUI-StylizePhoto-MZ", - "id": "stylizephoto", - "reference": "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ", - "files": [ - "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ" - ], - "install_type": "git-clone", - "description": "A stylized node with simple operation. The effect is achieved by I2I and lora. The clay style is currently implemented.Comes with watermark function." - }, - { - "author": "mephisto83", - "title": "petty-paint-comfyui-node", - "id": "petty-paint", - "reference": "https://github.com/mephisto83/petty-paint-comfyui-node", - "files": [ - "https://github.com/mephisto83/petty-paint-comfyui-node" - ], - "install_type": "git-clone", - "description": "An integration between comfy ui and petty paint" - }, - { - "author": "Suplex", - "title": "Suplex Misc ComfyUI Nodes", - "id": "suplex", - "reference": "https://github.com/saftle/suplex_comfy_nodes", - "files": [ - "https://github.com/saftle/suplex_comfy_nodes" - ], - "install_type": "git-clone", - "description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b15201ad..6acefc12 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4116,6 +4116,23 @@ "title_aux": "tri3d-comfyui-nodes" } ], + "https://github.com/TW-CUI/TW-CUI-Util": [ + [ + "TWCUI_Util_CommonSDXLResolutions", + "TWCUI_Util_FloatLiteral", + "TWCUI_Util_GenerationParameters", + "TWCUI_Util_GenerationPrompts", + "TWCUI_Util_IntLiteral", + "TWCUI_Util_ModelVAELoader", + "TWCUI_Util_MultilineStringLiteral", + "TWCUI_Util_SaveImage", + "TWCUI_Util_SaveImageAdvanced", + "TWCUI_Util_StringLiteral" + ], + { + "title_aux": "TW-CUI-Util" + } + ], "https://github.com/TaiTair/comfyui-simswap": [ [ "Simswap", @@ -5555,7 +5572,8 @@ "https://github.com/banodoco/steerable-motion": [ [ "BatchCreativeInterpolation", - "IpaConfiguration" + "IpaConfiguration", + "RemoveAndInterpolateFrames" ], { "title_aux": "Steerable Motion" @@ -7979,6 +7997,14 @@ "title_aux": "fexli-util-node-comfyui" } ], + "https://github.com/fexploit/ComfyUI-AutoLabel": [ + [ + "AutoLabel" + ], + { + "title_aux": "ComfyUI-AutoLabel" + } + ], "https://github.com/fexploit/ComfyUI-AutoTrimBG": [ [ "RonLayers/TrimBg: RonLayersTrimBgUltraV2" @@ -8011,11 +8037,14 @@ "FL_ImageDurationSync", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_InfiniteZoom", "FL_NFTGenerator", + "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", "FL_RandomNumber", - "FL_Ripple" + "FL_Ripple", + "FL_Shadertoy" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -8649,6 +8678,7 @@ ], "https://github.com/gonzalu/ComfyUI_YFG_Comical": [ [ + "Image3SwitcherNode", "image_halftone", "image_histograms_node", "image_histograms_node_compact", @@ -8656,9 +8686,9 @@ ], { "author": "YFG", - "description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.", - "nickname": "\ud83d\udc2f YFG Histograms", - "title": "YFG Histograms", + "description": "This node allows the user to select between three images and outputs the selected image.", + "nickname": "\ud83d\udc2f YFG Image 3 Switcher", + "title": "YFG Image 3 Switcher", "title_aux": "\ud83d\ude38 YFG Comical Nodes" } ], @@ -10209,6 +10239,18 @@ "title_aux": "comfy-mecha" } ], + "https://github.com/lks-ai/anynode": [ + [ + "AnyNode" + ], + { + "author": "newsbubbles", + "description": "LLM based nodes", + "nickname": "anynode", + "title": "AnyNode", + "title_aux": "AnyNode" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", @@ -11262,7 +11304,7 @@ ], { "author": "nullquant", - "description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models", + "description": "These are custom nodes for ComfyUI native implementation of BrushNet, PowerPaint and RAUNet models", "nickname": "BrushName nodes", "title": "BrushNet", "title_aux": "BrushNet"