From 01fa37900b0b37d4712a7ac9a26152721b8cbea4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 31 Jul 2025 12:32:47 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 41 + extension-node-map.json | 57 + github-stats.json | 640 +++++------ node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 25 + node_db/dev/github-stats.json | 1544 ++++++++++++++------------- node_db/new/custom-node-list.json | 40 + node_db/new/extension-node-map.json | 57 + 8 files changed, 1337 insertions(+), 1077 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8cf48640..7a715502 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30060,6 +30060,47 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that integrates ByteDance Volcano Engine's video generation AI model, supporting both text-to-video and image-to-video generation." }, + { + "author": "YaserJaradeh", + "title": "Yaser-nodes for ComfyUI", + "reference": "https://github.com/YaserJaradeh/comfyui-yaser-nodes", + "files": [ + "https://github.com/YaserJaradeh/comfyui-yaser-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that provide dynamic input selection and intelligent upscaling functionality." + }, + { + "author": "gvfarns", + "title": "comfyui_gvf", + "reference": "https://github.com/gvfarns/comfyui_gvf", + "files": [ + "https://github.com/gvfarns/comfyui_gvf" + ], + "install_type": "git-clone", + "description": "ComfyUI custom convenience nodes: Cropping images to a given aspect ratio, Cropping images to a max/min aspect ratio, If/else logic with provided float (rather than using a float node)" + }, + { + "author": "mikeshuangyan", + "title": "ComfyUI_MqUtils", + "reference": "https://github.com/mikeshuangyan/ComfyUI_MqUtils", + "files": [ + "https://github.com/mikeshuangyan/ComfyUI_MqUtils" + ], + "install_type": "git-clone", + "description": "MQ util nodes for ComfyUI" + }, + { + "author": "Franklyc", + "title": "ComfyUI LoRA adaLN Patcher Node", + "reference": "https://github.com/Franklyc/comfyui-lora-adain-patcher-node", + "files": [ + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node" + ], + "install_type": "git-clone", + "description": "A simple but powerful custom node for ComfyUI that patches LoRA models by adding dummy adaLN_modulation_1 weights. This solves compatibility errors when using LoRAs with newer model architectures that expect these keys to be present in the final_layer." + }, + diff --git a/extension-node-map.json b/extension-node-map.json index bd7e6246..cc88a663 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5480,6 +5480,14 @@ "title_aux": "NX_Translator" } ], + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ + [ + "LoraAdaLNPatcher" + ], + { + "title_aux": "ComfyUI LoRA adaLN Patcher Node" + } + ], "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": [ [ "RadarWeightsNode" @@ -7991,14 +7999,18 @@ ], "https://github.com/LevelPixel/ComfyUI-LevelPixel": [ [ + "AnyToText|LP", "BoolToInt|LP", "BoolToString|LP", "CLIP Text Encode Translate [LP]", "CLIPTextEncodeTranslate|LP", "Calculate Target Size By Mask [LP]", "CalculateTargetSizeByMask|LP", + "ComboToText|LP", + "Convert Any To Text [LP]", "Convert Bool To Int [LP]", "Convert Bool To String [LP]", + "Convert Combo To Text [LP]", "Convert Float To Int [LP]", "Convert Float To String [LP]", "Convert Int To Bool [LP]", @@ -8031,14 +8043,23 @@ "FindValueFromFile|LP", "FloatToInt|LP", "FloatToString|LP", + "Get ComfyUI Folder Path [LP]", + "Get ComfyUI HTTP Folder Path [LP]", + "Get Filename By Index In Folder [LP]", + "Get Iterator Data From Image Folders [LP]", + "Get Iterator Data From Videos [LP]", "GetComfyUIFolderPath|LP", "GetComfyUIHttpFolderPath|LP", "GetFilenameByIndexInFolder|LP", + "GetIteratorDataImageFolders|LP", + "GetIteratorDataVideos|LP", "Hard Model Unloader [LP]", "HardModelUnloader|LP", "HundredthsSimpleFloatSlider|LP", + "Image Data Iterator [LP]", "Image Loader From Path [LP]", "Image Overlay [LP]", + "ImageDataIterator|LP", "ImageLoaderFromPath|LP", "ImageOverlay|LP", "Inpaint Crop [LP]", @@ -8048,6 +8069,8 @@ "IntToBool|LP", "IntToFloat|LP", "IntToString|LP", + "Iterator [LP]", + "Iterator|LP", "Keep Only English Tags [LP]", "Keep Only English Words [LP]", "KeepOnlyEnglishTags|LP", @@ -14465,6 +14488,15 @@ "title_aux": "ComfyUI-NeuralMedia" } ], + "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ + [ + "ConditionalSelectionNode", + "IterativeUpscaleWithModelsNode" + ], + { + "title_aux": "Yaser-nodes for ComfyUI" + } + ], "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ [ "MergeBlockWeighted" @@ -20652,6 +20684,7 @@ "TestListToAccumulationNode", "TestMakeListNode", "TestMixedExpansionReturns", + "TestOutputNodeWithSocketOutput", "TestParallelSleep", "TestSamplingInExpansion", "TestSleep", @@ -24388,6 +24421,19 @@ "title_aux": "guy-nodes-comfyui" } ], + "https://github.com/gvfarns/comfyui_gvf": [ + [ + "CheckpointLoaderWithName", + "CropToAspectRatio", + "CropToAspectRatioMinMax", + "IfElseFloat", + "IfElseInt", + "StringContains" + ], + { + "title_aux": "comfyui_gvf" + } + ], "https://github.com/hackkhai/ComfyUI-Image-Matting": [ [ "ApplyMatting", @@ -31482,6 +31528,17 @@ "title_aux": "Transparent-background-comfyUI" } ], + "https://github.com/mikeshuangyan/ComfyUI_MqUtils": [ + [ + "MqCheckFP4Support", + "MqIntSwitch", + "MqIntToString", + "MqTextSplitter" + ], + { + "title_aux": "ComfyUI_MqUtils" + } + ], "https://github.com/mikkel/ComfyUI-text-overlay": [ [ "Image Text Overlay" diff --git a/github-stats.json b/github-stats.json index 9e5e0b99..0b81934a 100644 --- a/github-stats.json +++ b/github-stats.json @@ -207,7 +207,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 1, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -557,12 +557,12 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, @@ -585,14 +585,14 @@ "author_account_age_days": 844 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { - "stars": 7, + "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 64, @@ -647,7 +647,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -677,7 +677,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -732,7 +732,7 @@ "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -837,7 +837,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 1, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, @@ -885,14 +885,14 @@ "author_account_age_days": 3050 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 91, - "last_update": "2025-07-30 09:17:50", - "author_account_age_days": 3291 + "stars": 103, + "last_update": "2025-07-30 14:39:51", + "author_account_age_days": 3292 }, "https://github.com/BAIS1C/ComfyUI_BASICSAdvancedDancePoser": { "stars": 0, "last_update": "2025-07-22 20:04:35", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -1102,12 +1102,12 @@ "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-06-27 12:02:38", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 40, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1227,7 +1227,7 @@ "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 1, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 242, @@ -1272,7 +1272,7 @@ "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 211, @@ -1302,7 +1302,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 393, @@ -1327,37 +1327,37 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-06-20 08:51:56", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 1, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 0, "last_update": "2025-07-26 21:18:48", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 27, "last_update": "2025-07-25 21:04:01", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1402,12 +1402,12 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1447,12 +1447,12 @@ "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 0, "last_update": "2025-07-30 08:27:24", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 1, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1512,7 +1512,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1542,7 +1542,7 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 4, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1595,14 +1595,14 @@ "author_account_age_days": 743 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 66, - "last_update": "2025-07-27 02:56:34", - "author_account_age_days": 3304 + "stars": 69, + "last_update": "2025-07-31 01:00:45", + "author_account_age_days": 3305 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 301, + "stars": 302, "last_update": "2025-07-29 13:28:59", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1622,7 +1622,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1645,9 +1645,9 @@ "author_account_age_days": 213 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { - "stars": 0, + "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1717,12 +1717,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 36, "last_update": "2025-07-14 13:27:50", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 596, @@ -1852,7 +1852,7 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1240 + "author_account_age_days": 1241 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1906,8 +1906,8 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 3, - "last_update": "2025-07-30 08:23:57", - "author_account_age_days": 1903 + "last_update": "2025-07-31 00:00:26", + "author_account_age_days": 1904 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1924,6 +1924,11 @@ "last_update": "2024-08-14 02:17:01", "author_account_age_days": 2172 }, + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { + "stars": 0, + "last_update": "2025-07-30 23:08:42", + "author_account_age_days": 1078 + }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", @@ -1975,7 +1980,7 @@ "author_account_age_days": 1920 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 23, + "stars": 25, "last_update": "2025-07-28 15:39:19", "author_account_age_days": 1811 }, @@ -2057,7 +2062,7 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 15, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, @@ -2137,7 +2142,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2160,9 +2165,9 @@ "author_account_age_days": 230 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { - "stars": 53, + "stars": 55, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 22, @@ -2177,7 +2182,7 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2337,7 +2342,7 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 2, @@ -2347,7 +2352,7 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2362,7 +2367,7 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, @@ -2437,7 +2442,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2532,7 +2537,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 70, @@ -2547,7 +2552,7 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 1, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3669 + "author_account_age_days": 3670 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2682,7 +2687,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2837,12 +2842,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 23, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, @@ -2857,12 +2862,12 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-07-30 04:00:13", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 2, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 68, @@ -2917,12 +2922,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-07-23 04:31:52", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-07-27 03:16:10", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -2987,7 +2992,7 @@ "https://github.com/LingSss9/comfyui-merge": { "stars": 8, "last_update": "2025-06-01 17:27:49", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 67, @@ -3010,14 +3015,14 @@ "author_account_age_days": 2842 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 24, + "stars": 25, "last_update": "2025-07-30 06:58:16", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 2, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3157,7 +3162,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3182,7 +3187,7 @@ "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3212,7 +3217,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3307,7 +3312,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3372,7 +3377,7 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4795 + "author_account_age_days": 4796 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3268, @@ -3437,12 +3442,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 1, "last_update": "2025-07-16 12:59:18", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3452,7 +3457,7 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -3562,7 +3567,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-07-19 11:29:41", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 6, @@ -3677,7 +3682,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3767,7 +3772,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 0, "last_update": "2025-07-27 09:28:44", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3797,7 +3802,7 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, @@ -3807,7 +3812,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 14, "last_update": "2025-07-19 09:56:30", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 29, @@ -3877,7 +3882,7 @@ "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, @@ -3927,7 +3932,7 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-06-29 13:15:08", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, @@ -4002,17 +4007,17 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, @@ -4032,7 +4037,7 @@ "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4042,7 +4047,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 16, @@ -4210,7 +4215,7 @@ "author_account_age_days": 1606 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 10, + "stars": 11, "last_update": "2025-07-26 17:23:13", "author_account_age_days": 1606 }, @@ -4377,7 +4382,7 @@ "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4617,7 +4622,7 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-07-12 22:01:38", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4632,12 +4637,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1336 + "author_account_age_days": 1337 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 78, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -4797,7 +4802,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -4817,7 +4822,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 472, @@ -4887,7 +4892,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, @@ -5005,9 +5010,9 @@ "author_account_age_days": 5027 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { - "stars": 3, + "stars": 4, "last_update": "2025-07-25 19:11:24", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5087,12 +5092,12 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5162,7 +5167,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 215, @@ -5179,6 +5184,11 @@ "last_update": "2025-07-16 08:15:03", "author_account_age_days": 608 }, + "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { + "stars": 0, + "last_update": "2025-07-30 10:52:00", + "author_account_age_days": 3926 + }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", @@ -5187,7 +5197,7 @@ "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-06-30 06:46:20", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 42, @@ -5230,7 +5240,7 @@ "author_account_age_days": 1841 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 5, + "stars": 6, "last_update": "2025-07-26 07:19:35", "author_account_age_days": 1841 }, @@ -5315,7 +5325,7 @@ "author_account_age_days": 1841 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { - "stars": 3, + "stars": 4, "last_update": "2025-07-30 06:02:10", "author_account_age_days": 1841 }, @@ -5452,7 +5462,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5462,7 +5472,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5482,7 +5492,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, @@ -5492,7 +5502,7 @@ "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 199, "last_update": "2025-06-30 08:47:16", - "author_account_age_days": 1603 + "author_account_age_days": 1604 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5587,7 +5597,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5632,12 +5642,12 @@ "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 124, "last_update": "2025-07-03 08:07:19", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 99, - "last_update": "2025-07-27 07:20:28", - "author_account_age_days": 304 + "last_update": "2025-07-30 21:49:06", + "author_account_age_days": 305 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5652,7 +5662,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -5782,7 +5792,7 @@ "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -5837,7 +5847,7 @@ "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 9, "last_update": "2025-07-26 06:27:40", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -5852,7 +5862,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1247, @@ -5917,12 +5927,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6057,7 +6067,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6072,7 +6082,7 @@ "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6082,12 +6092,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 43, @@ -6140,9 +6150,9 @@ "author_account_age_days": 4588 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 96, + "stars": 97, "last_update": "2025-07-24 16:00:51", - "author_account_age_days": 25 + "author_account_age_days": 26 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6177,7 +6187,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2167 + "author_account_age_days": 2168 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6200,7 +6210,7 @@ "author_account_age_days": 4869 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 27, + "stars": 28, "last_update": "2025-07-14 19:10:28", "author_account_age_days": 4869 }, @@ -6222,7 +6232,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6372,7 +6382,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6502,7 +6512,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 21, @@ -6522,7 +6532,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 44, @@ -6640,9 +6650,9 @@ "author_account_age_days": 805 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 43, + "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6672,17 +6682,17 @@ "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-07-20 18:58:20", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/cedarconnor/upsampler": { "stars": 1, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -7107,7 +7117,7 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7212,12 +7222,12 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4946 + "author_account_age_days": 4947 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, @@ -7231,7 +7241,7 @@ }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, - "last_update": "2025-07-30 09:17:35", + "last_update": "2025-07-30 10:58:49", "author_account_age_days": 9 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { @@ -7250,8 +7260,8 @@ "author_account_age_days": 568 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 83885, - "last_update": "2025-07-30 02:56:17", + "stars": 83946, + "last_update": "2025-07-31 01:27:38", "author_account_age_days": 950 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -7267,12 +7277,12 @@ "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 5, @@ -7312,7 +7322,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7342,7 +7352,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 0, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7467,7 +7477,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7692,7 +7702,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 7, "last_update": "2025-05-25 22:47:23", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -7722,17 +7732,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1404 + "author_account_age_days": 1405 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1404 + "author_account_age_days": 1405 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1404 + "author_account_age_days": 1405 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -7757,7 +7767,7 @@ "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -7777,7 +7787,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 2, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -7812,7 +7822,7 @@ "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, @@ -7872,7 +7882,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 115, @@ -7952,12 +7962,12 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 0, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, @@ -8022,7 +8032,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8132,7 +8142,7 @@ "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2484 + "author_account_age_days": 2485 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8152,17 +8162,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 57, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 45, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8202,27 +8212,27 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-07-24 13:32:53", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 2, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 10, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8270,9 +8280,9 @@ "author_account_age_days": 5400 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 8, + "stars": 9, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8317,7 +8327,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8479,6 +8489,11 @@ "last_update": "2024-10-02 13:15:26", "author_account_age_days": 303 }, + "https://github.com/gvfarns/comfyui_gvf": { + "stars": 0, + "last_update": "2025-07-30 21:33:13", + "author_account_age_days": 4508 + }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", @@ -8490,9 +8505,9 @@ "author_account_age_days": 5238 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1664, - "last_update": "2025-07-30 02:48:15", - "author_account_age_days": 642 + "stars": 1670, + "last_update": "2025-07-30 23:18:58", + "author_account_age_days": 643 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8502,7 +8517,7 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 7, @@ -8567,7 +8582,7 @@ "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 0, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8592,7 +8607,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 3, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, @@ -8607,7 +8622,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 1, @@ -8747,7 +8762,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -8782,12 +8797,12 @@ "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 1, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4554 + "author_account_age_days": 4555 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 22, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -8952,7 +8967,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 41, "last_update": "2025-07-26 19:56:17", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 97, @@ -8982,7 +8997,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 182, @@ -9132,7 +9147,7 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 1, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9217,12 +9232,12 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9255,9 +9270,9 @@ "author_account_age_days": 1668 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 1, + "stars": 2, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9272,7 +9287,7 @@ "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 1, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 615, @@ -9322,7 +9337,7 @@ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9362,12 +9377,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3389 + "author_account_age_days": 3390 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 0, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3389 + "author_account_age_days": 3390 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 48, @@ -9377,7 +9392,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9575,9 +9590,9 @@ "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3507, - "last_update": "2025-07-29 21:46:48", - "author_account_age_days": 2583 + "stars": 3517, + "last_update": "2025-07-30 16:41:53", + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 82, @@ -9631,7 +9646,7 @@ }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 1, - "last_update": "2025-07-28 08:41:44", + "last_update": "2025-07-30 11:29:37", "author_account_age_days": 3579 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { @@ -9642,7 +9657,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 197, @@ -9782,7 +9797,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 8, @@ -9912,17 +9927,17 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-05-12 15:42:19", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 77, @@ -9977,12 +9992,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10206,13 +10221,13 @@ }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 0, - "last_update": "2025-07-29 03:03:40", + "last_update": "2025-07-30 19:11:53", "author_account_age_days": 4555 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-07-05 15:44:08", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10237,7 +10252,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4824 + "author_account_age_days": 4825 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10327,12 +10342,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 92, @@ -10367,7 +10382,7 @@ "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10387,7 +10402,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10432,12 +10447,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4554 + "author_account_age_days": 4555 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4554 + "author_account_age_days": 4555 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10674,6 +10689,11 @@ "last_update": "2025-01-29 16:29:23", "author_account_age_days": 2965 }, + "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { + "stars": 0, + "last_update": "2025-07-30 17:38:19", + "author_account_age_days": 4710 + }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", @@ -10877,12 +10897,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -10917,7 +10937,7 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, @@ -10927,7 +10947,7 @@ "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11162,42 +11182,42 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, "last_update": "2025-07-26 10:01:08", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 8, "last_update": "2025-07-26 11:22:21", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { - "stars": 29, + "stars": 30, "last_update": "2025-07-29 19:47:50", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 33, + "stars": 34, "last_update": "2025-07-09 10:50:32", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 28, "last_update": "2025-07-26 11:52:24", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 12, "last_update": "2025-06-24 18:05:33", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 33, "last_update": "2025-06-29 18:25:51", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 10, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, @@ -11222,7 +11242,7 @@ "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 1, "last_update": "2025-06-13 19:02:21", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 157, @@ -11252,37 +11272,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 20, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 50, @@ -11312,7 +11332,7 @@ "https://github.com/otacoo/comfyui_otacoo": { "stars": 4, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -11337,7 +11357,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/palant/image-resize-comfyui": { "stars": 96, @@ -11372,12 +11392,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-07-22 09:13:36", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11392,7 +11412,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 26, "last_update": "2025-07-16 13:53:28", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11402,7 +11422,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11467,17 +11487,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 2, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -11580,14 +11600,14 @@ "author_account_age_days": 4281 }, "https://github.com/ptmaster/comfyui-audio-speed": { - "stars": 11, + "stars": 12, "last_update": "2025-06-24 15:23:03", "author_account_age_days": 4281 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-07-02 03:19:48", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 2, @@ -11612,7 +11632,7 @@ "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-07-21 14:45:26", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 52, @@ -11652,57 +11672,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 36, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 19, "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 54, + "stars": 55, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 31, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 35, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -11711,7 +11731,7 @@ }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 5, - "last_update": "2025-07-25 06:03:17", + "last_update": "2025-07-30 17:49:08", "author_account_age_days": 73 }, "https://github.com/r3dial/redial-discomphy": { @@ -11802,12 +11822,12 @@ "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 1, "last_update": "2025-07-10 09:19:10", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 375, @@ -11915,13 +11935,13 @@ "author_account_age_days": 3948 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { - "stars": 20, + "stars": 21, "last_update": "2025-07-26 07:21:34", "author_account_age_days": 2214 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 196, - "last_update": "2025-07-30 03:23:20", + "stars": 198, + "last_update": "2025-07-30 23:57:08", "author_account_age_days": 4506 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { @@ -11932,7 +11952,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12070,7 +12090,7 @@ "author_account_age_days": 4091 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 14, + "stars": 15, "last_update": "2025-06-24 11:30:06", "author_account_age_days": 986 }, @@ -12097,7 +12117,7 @@ "https://github.com/scraed/LanPaint": { "stars": 386, "last_update": "2025-06-21 06:19:09", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12112,7 +12132,7 @@ "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12137,17 +12157,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 5, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 152, @@ -12227,7 +12247,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 287, @@ -12332,12 +12352,12 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 7, "last_update": "2025-07-11 19:55:02", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, @@ -12422,7 +12442,7 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 32, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 64, @@ -12552,7 +12572,7 @@ "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 18, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, @@ -12562,7 +12582,7 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, @@ -12742,12 +12762,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-07-25 11:46:15", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -12887,7 +12907,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -12922,7 +12942,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3335 + "author_account_age_days": 3336 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -12937,7 +12957,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-07-25 09:49:27", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -12972,7 +12992,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 15, @@ -13025,9 +13045,9 @@ "author_account_age_days": 2132 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 20, + "stars": 21, "last_update": "2025-07-24 14:39:26", - "author_account_age_days": 4821 + "author_account_age_days": 4822 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, @@ -13037,7 +13057,7 @@ "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2420 + "author_account_age_days": 2421 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13052,12 +13072,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 0, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13087,7 +13107,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13237,7 +13257,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3541 + "author_account_age_days": 3542 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, @@ -13257,12 +13277,12 @@ "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 0, "last_update": "2025-07-22 02:26:59", - "author_account_age_days": 3541 + "author_account_age_days": 3542 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 6, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3541 + "author_account_age_days": 3542 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13392,7 +13412,7 @@ "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, @@ -13412,7 +13432,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13472,7 +13492,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -13480,9 +13500,9 @@ "author_account_age_days": 2434 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 118, + "stars": 120, "last_update": "2025-07-29 19:43:57", - "author_account_age_days": 5440 + "author_account_age_days": 5441 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -13497,7 +13517,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4749 + "author_account_age_days": 4750 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -13512,7 +13532,7 @@ "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 50, @@ -13572,7 +13592,7 @@ "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -13582,7 +13602,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3479 + "author_account_age_days": 3480 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -13592,7 +13612,7 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3429 + "author_account_age_days": 3430 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, @@ -13602,12 +13622,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4602 + "author_account_age_days": 4603 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/wei30172/comfygen": { "stars": 7, @@ -13667,17 +13687,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 29, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 49, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -13797,7 +13817,7 @@ "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2068 + "author_account_age_days": 2069 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, @@ -13837,7 +13857,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14182,7 +14202,7 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-07-14 18:55:25", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14267,7 +14287,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ee333319..efa57622 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "tankenyuen-ola", + "title": "comfyui-wanvideo-scheduler-loop", + "reference": "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop", + "files": [ + "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop" + ], + "install_type": "git-clone", + "description": "NODES: WanVideo Scheduler Selector, WanVideo Scheduler Loop, WanVideo Scheduler Info" + }, { "author": "ElyZeng", "title": "ComfyUI-Translator [NAME CONFLICT]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 69e57356..68d63ed5 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -327,6 +327,7 @@ "ImageBlendV1", "ImageRatioCrop", "Load_Images", + "Load_Images_V1", "PDFile_name_fix", "PDIMAGE_ImageCombine", "PDIMAGE_LongerSize", @@ -351,11 +352,15 @@ "PD_Image_Rotate_v1", "PD_Image_centerCrop", "PD_MASK_SELECTION", + "PD_RemoveBlackBackground", "PD_RemoveColorWords", "PD_ShowText", "PD_Text Overlay Node", "PD_imagesave_path", + "PD_number_start", "PD_random_prompt", + "PD_rename_batch_v1", + "PD_replace_word", "PDimage_corp_v1", "PDimage_corp_v2", "mask_edge_selector" @@ -1463,6 +1468,14 @@ "title_aux": "ComfyUI-MusicGen [WIP]" } ], + "https://github.com/ElyZeng/ComfyUI-Translator": [ + [ + "TextTranslatorNode" + ], + { + "title_aux": "ComfyUI-Translator [NAME CONFLICT]" + } + ], "https://github.com/Elypha/ComfyUI-Prompt-Helper": [ [ "PromptHelper_CombineConditioning", @@ -2449,6 +2462,7 @@ "cogvideox_flash_get_Node", "cogvideox_flash_post_Node", "cogview_3_flash_Node", + "doubaoNode", "douyin_remove_watermark_Node", "file_analysis_Node", "find_files_by_extension_Node", @@ -4999,6 +5013,7 @@ "TestListToAccumulationNode", "TestMakeListNode", "TestMixedExpansionReturns", + "TestOutputNodeWithSocketOutput", "TestParallelSleep", "TestSamplingInExpansion", "TestSleep", @@ -8963,6 +8978,16 @@ "title_aux": "comfyui-env-variable-reader [UNSAFE]" } ], + "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": [ + [ + "WanVideoSchedulerInfo", + "WanVideoSchedulerLoop", + "WanVideoSchedulerSelector" + ], + { + "title_aux": "comfyui-wanvideo-scheduler-loop" + } + ], "https://github.com/tanmoy-it/comfyuiCustomNode": [ [ "DownloadImageDataUrl" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index e9103ba4..b470b02f 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,3666 +2,3676 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 0, "last_update": "2025-07-28 06:21:53", - "author_account_age_days": 327 + "author_account_age_days": 329 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-07-28 04:13:57", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 0, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 30, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1372 + "author_account_age_days": 1373 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 9, - "last_update": "2025-07-25 01:24:21", - "author_account_age_days": 213 + "last_update": "2025-07-30 13:18:10", + "author_account_age_days": 214 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-07-24 09:42:22", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 468 + "author_account_age_days": 470 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 156, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 631 + "author_account_age_days": 633 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 1, + "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 64, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1187 + "author_account_age_days": 1188 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-05-13 14:04:56", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1555 + "author_account_age_days": 1556 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4354 + "author_account_age_days": 4356 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4354 + "author_account_age_days": 4356 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4474 + "author_account_age_days": 4476 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4474 + "author_account_age_days": 4476 }, "https://github.com/BAIS1C/ComfyUI_BASICDancePoser": { "stars": 0, "last_update": "2025-07-22 17:13:31", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 75, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 830 + "author_account_age_days": 832 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 0, - "last_update": "2025-07-29 15:55:12", - "author_account_age_days": 871 + "last_update": "2025-07-30 15:38:12", + "author_account_age_days": 872 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 15, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4552 + "author_account_age_days": 4553 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3016 + "author_account_age_days": 3017 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 18, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-07-24 14:51:32", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2812 + "author_account_age_days": 2814 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1178 + "author_account_age_days": 1179 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 0, "last_update": "2025-07-25 15:55:52", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2224 + "author_account_age_days": 2225 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2988 + "author_account_age_days": 2989 + }, + "https://github.com/ElyZeng/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-07-31 03:12:40", + "author_account_age_days": 1156 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1294 + "author_account_age_days": 1296 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2581 + "author_account_age_days": 2582 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-05-06 14:27:08", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1279 + "author_account_age_days": 1280 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2783 + "author_account_age_days": 2785 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-07-16 01:45:14", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 464 + "author_account_age_days": 466 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 187, "last_update": "2025-04-02 16:32:54", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5027 + "author_account_age_days": 5029 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3668 + "author_account_age_days": 3670 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2618 + "author_account_age_days": 2620 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-07-21 08:09:52", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2938 + "author_account_age_days": 2940 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1962 + "author_account_age_days": 1963 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 11, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2053 + "author_account_age_days": 2054 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1233 + "author_account_age_days": 1234 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 0, "last_update": "2025-04-25 09:23:18", - "author_account_age_days": 4491 + "author_account_age_days": 4493 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3385 + "author_account_age_days": 3386 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 34, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 35, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 4, "last_update": "2025-07-27 22:50:19", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 48 + "author_account_age_days": 50 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1745 + "author_account_age_days": 1747 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1863 + "author_account_age_days": 1865 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3614 + "author_account_age_days": 3615 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, "last_update": "2025-05-20 17:39:21", - "author_account_age_days": 3480 + "author_account_age_days": 3481 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3120 + "author_account_age_days": 3121 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 322 + "author_account_age_days": 324 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1894 + "author_account_age_days": 1896 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, - "last_update": "2025-06-05 03:40:06", - "author_account_age_days": 858 + "last_update": "2025-07-30 18:32:39", + "author_account_age_days": 859 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-07-19 20:53:01", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1229 + "author_account_age_days": 1231 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-06-08 17:29:57", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5675 + "author_account_age_days": 5676 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 12, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { - "stars": 13, + "stars": 15, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4043 + "author_account_age_days": 4045 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5017 + "author_account_age_days": 5018 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 30, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4440 + "author_account_age_days": 4441 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-07-28 08:54:50", - "author_account_age_days": 661 + "author_account_age_days": 663 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 109, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1605 + "author_account_age_days": 1606 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, - "last_update": "2025-04-17 15:20:34", - "author_account_age_days": 2582 + "last_update": "2025-07-30 16:06:49", + "author_account_age_days": 2584 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1364 + "author_account_age_days": 1365 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 166, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { - "stars": 57, - "last_update": "2025-07-21 17:49:33", - "author_account_age_days": 358 + "stars": 58, + "last_update": "2025-07-30 07:58:27", + "author_account_age_days": 359 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 589, + "stars": 591, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 231, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3872 + "author_account_age_days": 3874 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 666 + "author_account_age_days": 668 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3245 + "author_account_age_days": 3247 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2709 + "author_account_age_days": 2711 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 506 + "author_account_age_days": 508 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4521 + "author_account_age_days": 4523 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 7, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1806 + "author_account_age_days": 1808 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 358, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 767, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 235, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 110, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { - "stars": 239, + "stars": 240, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-07-04 23:14:56", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 13, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { - "stars": 1, + "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1060 + "author_account_age_days": 1062 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 73, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1060 + "author_account_age_days": 1062 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3498 + "author_account_age_days": 3499 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-07-11 19:06:00", - "author_account_age_days": 4370 + "author_account_age_days": 4371 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 473 + "author_account_age_days": 475 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1231 + "author_account_age_days": 1232 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 1, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2143 + "author_account_age_days": 2144 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2513 + "author_account_age_days": 2515 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4687 + "author_account_age_days": 4688 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5410 + "author_account_age_days": 5411 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-07-08 11:07:44", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-07-26 23:57:01", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-07-15 15:33:31", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-07-28 22:42:05", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 3, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1969 + "author_account_age_days": 1971 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4912 + "author_account_age_days": 4914 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4912 + "author_account_age_days": 4914 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3509 + "author_account_age_days": 3510 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 43, + "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 931 + "author_account_age_days": 933 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-07-20 06:06:24", - "author_account_age_days": 83 + "author_account_age_days": 85 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5234 + "author_account_age_days": 5235 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5234 + "author_account_age_days": 5235 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 6, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2135 + "author_account_age_days": 2136 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { "stars": 1103, "last_update": "2025-03-27 08:10:29", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 793 + "author_account_age_days": 794 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3519 + "author_account_age_days": 3520 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 60, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2766 + "author_account_age_days": 2767 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2029 + "author_account_age_days": 2031 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 83837, - "last_update": "2025-07-29 23:44:26", - "author_account_age_days": 949 + "stars": 83953, + "last_update": "2025-07-31 03:02:04", + "author_account_age_days": 950 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 410, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 5, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, - "last_update": "2025-07-24 23:15:40", - "author_account_age_days": 277 + "last_update": "2025-07-30 14:41:30", + "author_account_age_days": 279 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-07-25 13:35:03", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 262, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5411 + "author_account_age_days": 5412 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2388 + "author_account_age_days": 2389 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-07-29 11:46:03", - "author_account_age_days": 1012 + "author_account_age_days": 1014 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6375 + "author_account_age_days": 6376 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 46, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-07-29 01:33:24", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1325 + "author_account_age_days": 1327 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3172 + "author_account_age_days": 3173 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/erosDiffusion/ComfyUI-enricos-json-file-load-and-value-selector": { "stars": 2, "last_update": "2025-06-04 16:32:17", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 858 + "author_account_age_days": 860 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3877 + "author_account_age_days": 3878 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 5, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2137 + "author_account_age_days": 2138 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2413 + "author_account_age_days": 2414 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4439 + "author_account_age_days": 4440 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5128 + "author_account_age_days": 5129 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 1, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 1, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 2, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4260 + "author_account_age_days": 4262 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 2, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 8, + "stars": 9, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 11, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1784 + "author_account_age_days": 1785 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5495 + "author_account_age_days": 5496 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5495 + "author_account_age_days": 5496 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5164 + "author_account_age_days": 5166 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/hananbeer/node_dev": { "stars": 6, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1944 + "author_account_age_days": 1945 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 64, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5067 + "author_account_age_days": 5068 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 16, "last_update": "2025-04-21 02:35:46", - "author_account_age_days": 2337 + "author_account_age_days": 2339 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5444 + "author_account_age_days": 5445 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3236 + "author_account_age_days": 3237 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 128 + "author_account_age_days": 130 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 128 + "author_account_age_days": 130 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 128 + "author_account_age_days": 130 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4313 + "author_account_age_days": 4315 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-06-24 17:46:56", - "author_account_age_days": 4554 + "author_account_age_days": 4555 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3262 + "author_account_age_days": 3264 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4878 + "author_account_age_days": 4879 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3679 + "author_account_age_days": 3681 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2613 + "author_account_age_days": 2614 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 227, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5348 + "author_account_age_days": 5349 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-06-29 07:08:03", - "author_account_age_days": 2465 + "author_account_age_days": 2467 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4384 + "author_account_age_days": 4386 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 297, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 213, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 6, "last_update": "2025-07-25 11:59:16", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5873 + "author_account_age_days": 5874 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1446, + "stars": 1454, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 810, + "stars": 812, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2508, + "stars": 2512, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 391, + "stars": 393, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": { "stars": 0, "last_update": "2025-05-06 07:50:34", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/kk8bit/KayTool": { - "stars": 174, + "stars": 175, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, - "last_update": "2025-07-22 10:02:52", - "author_account_age_days": 1098 + "last_update": "2025-07-30 09:58:09", + "author_account_age_days": 1099 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-06-01 03:38:17", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4947 + "author_account_age_days": 4948 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4947 + "author_account_age_days": 4948 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3052 + "author_account_age_days": 3054 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3231 + "author_account_age_days": 3232 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4956 + "author_account_age_days": 4957 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, - "last_update": "2025-07-28 09:15:45", - "author_account_age_days": 2152 + "last_update": "2025-07-30 00:59:41", + "author_account_age_days": 2153 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 86, + "stars": 85, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3194 + "author_account_age_days": 3196 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 23, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4475 + "author_account_age_days": 4477 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 1, "last_update": "2025-07-30 08:35:42", - "author_account_age_days": 1866 + "author_account_age_days": 1867 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2090 + "author_account_age_days": 2091 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 106, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5062 + "author_account_age_days": 5063 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1355, + "stars": 1357, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 522 + "author_account_age_days": 524 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 482, + "stars": 484, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 522 + "author_account_age_days": 524 }, "https://github.com/logtd/ComfyUI-Veevee": { - "stars": 62, + "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 522 + "author_account_age_days": 524 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 862 + "author_account_age_days": 864 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 29, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 862 + "author_account_age_days": 864 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 791 + "author_account_age_days": 793 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 14, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-04-14 19:13:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3063 + "author_account_age_days": 3065 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4815 + "author_account_age_days": 4816 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2656 + "author_account_age_days": 2657 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4478 + "author_account_age_days": 4480 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4146 + "author_account_age_days": 4147 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3803 + "author_account_age_days": 3805 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 786 + "author_account_age_days": 787 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4824 + "author_account_age_days": 4825 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 51, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1698 + "author_account_age_days": 1700 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1698 + "author_account_age_days": 1700 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3393 + "author_account_age_days": 3395 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3393 + "author_account_age_days": 3395 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3393 + "author_account_age_days": 3395 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4180 + "author_account_age_days": 4181 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3837 + "author_account_age_days": 3838 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5268 + "author_account_age_days": 5269 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 19, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-07-26 14:20:24", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 208, + "stars": 209, "last_update": "2025-06-13 16:23:47", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1961 + "author_account_age_days": 1962 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4288 + "author_account_age_days": 4289 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 8, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 202 + "author_account_age_days": 204 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1637 + "author_account_age_days": 1638 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/prabinpebam/anyPython": { "stars": 15, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4643 + "author_account_age_days": 4644 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1430 + "author_account_age_days": 1431 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 2, - "last_update": "2025-07-29 16:30:43", - "author_account_age_days": 3711 + "last_update": "2025-07-30 08:20:40", + "author_account_age_days": 3712 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1429 + "author_account_age_days": 1430 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5978 + "author_account_age_days": 5980 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 606 + "author_account_age_days": 608 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 51, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2380 + "author_account_age_days": 2381 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5233 + "author_account_age_days": 5234 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4604 + "author_account_age_days": 4605 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2580 + "author_account_age_days": 2581 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, "last_update": "2025-07-29 22:15:01", - "author_account_age_days": 5854 + "author_account_age_days": 5855 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3576 + "author_account_age_days": 3578 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5480 + "author_account_age_days": 5481 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2902 + "author_account_age_days": 2903 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, - "last_update": "2025-07-28 18:46:17", - "author_account_age_days": 2543 + "last_update": "2025-07-30 10:08:33", + "author_account_age_days": 2544 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 1, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1901 + "author_account_age_days": 1903 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 11 + "author_account_age_days": 12 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 55, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/sofakid/dandy": { "stars": 51, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4453 + "author_account_age_days": 4455 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4061 + "author_account_age_days": 4062 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-07-19 08:30:33", - "author_account_age_days": 2767 + "author_account_age_days": 2768 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1254 + "author_account_age_days": 1255 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4238 + "author_account_age_days": 4239 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 23 + "author_account_age_days": 24 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, - "last_update": "2025-07-29 02:26:58", - "author_account_age_days": 1629 + "last_update": "2025-07-30 02:16:22", + "author_account_age_days": 1630 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 204 + "author_account_age_days": 205 + }, + "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { + "stars": 0, + "last_update": "2025-07-31 02:58:44", + "author_account_age_days": 205 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-05-10 07:45:32", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1351 + "author_account_age_days": 1353 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 191, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5599 + "author_account_age_days": 5600 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3338 + "author_account_age_days": 3340 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2223 + "author_account_age_days": 2224 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-06-29 19:13:04", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5164 + "author_account_age_days": 5166 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 92 + "author_account_age_days": 94 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 118, + "stars": 120, "last_update": "2025-07-29 19:43:57", - "author_account_age_days": 5440 + "author_account_age_days": 5441 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 2, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5440 + "author_account_age_days": 5441 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2606 + "author_account_age_days": 2607 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 8, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 21, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4992 + "author_account_age_days": 4993 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 851 + "author_account_age_days": 853 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5402 + "author_account_age_days": 5403 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2101 + "author_account_age_days": 2103 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3520 + "author_account_age_days": 3522 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 1, - "last_update": "2025-07-29 03:37:12", - "author_account_age_days": 3962 + "last_update": "2025-07-30 08:23:25", + "author_account_age_days": 3963 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 47, + "stars": 48, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3208 + "author_account_age_days": 3210 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4030 + "author_account_age_days": 4032 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2055 + "author_account_age_days": 2056 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 350, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3859 + "author_account_age_days": 3860 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-07-27 05:13:32", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3380 + "author_account_age_days": 3382 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2383 + "author_account_age_days": 2384 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5929 + "author_account_age_days": 5930 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 120 + "author_account_age_days": 121 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9c143577..2b4bb14e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "Franklyc", + "title": "ComfyUI LoRA adaLN Patcher Node", + "reference": "https://github.com/Franklyc/comfyui-lora-adain-patcher-node", + "files": [ + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node" + ], + "install_type": "git-clone", + "description": "A simple but powerful custom node for ComfyUI that patches LoRA models by adding dummy adaLN_modulation_1 weights. This solves compatibility errors when using LoRAs with newer model architectures that expect these keys to be present in the final_layer." + }, + { + "author": "YaserJaradeh", + "title": "Yaser-nodes for ComfyUI", + "reference": "https://github.com/YaserJaradeh/comfyui-yaser-nodes", + "files": [ + "https://github.com/YaserJaradeh/comfyui-yaser-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that provide dynamic input selection and intelligent upscaling functionality." + }, + { + "author": "gvfarns", + "title": "comfyui_gvf", + "reference": "https://github.com/gvfarns/comfyui_gvf", + "files": [ + "https://github.com/gvfarns/comfyui_gvf" + ], + "install_type": "git-clone", + "description": "ComfyUI custom convenience nodes: Cropping images to a given aspect ratio, Cropping images to a max/min aspect ratio, If/else logic with provided float (rather than using a float node)" + }, + { + "author": "mikeshuangyan", + "title": "ComfyUI_MqUtils", + "reference": "https://github.com/mikeshuangyan/ComfyUI_MqUtils", + "files": [ + "https://github.com/mikeshuangyan/ComfyUI_MqUtils" + ], + "install_type": "git-clone", + "description": "MQ util nodes for ComfyUI" + }, { "author": "Yuan-ManX", "title": "ComfyUI-SkyworkUniPic", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bd7e6246..cc88a663 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5480,6 +5480,14 @@ "title_aux": "NX_Translator" } ], + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ + [ + "LoraAdaLNPatcher" + ], + { + "title_aux": "ComfyUI LoRA adaLN Patcher Node" + } + ], "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": [ [ "RadarWeightsNode" @@ -7991,14 +7999,18 @@ ], "https://github.com/LevelPixel/ComfyUI-LevelPixel": [ [ + "AnyToText|LP", "BoolToInt|LP", "BoolToString|LP", "CLIP Text Encode Translate [LP]", "CLIPTextEncodeTranslate|LP", "Calculate Target Size By Mask [LP]", "CalculateTargetSizeByMask|LP", + "ComboToText|LP", + "Convert Any To Text [LP]", "Convert Bool To Int [LP]", "Convert Bool To String [LP]", + "Convert Combo To Text [LP]", "Convert Float To Int [LP]", "Convert Float To String [LP]", "Convert Int To Bool [LP]", @@ -8031,14 +8043,23 @@ "FindValueFromFile|LP", "FloatToInt|LP", "FloatToString|LP", + "Get ComfyUI Folder Path [LP]", + "Get ComfyUI HTTP Folder Path [LP]", + "Get Filename By Index In Folder [LP]", + "Get Iterator Data From Image Folders [LP]", + "Get Iterator Data From Videos [LP]", "GetComfyUIFolderPath|LP", "GetComfyUIHttpFolderPath|LP", "GetFilenameByIndexInFolder|LP", + "GetIteratorDataImageFolders|LP", + "GetIteratorDataVideos|LP", "Hard Model Unloader [LP]", "HardModelUnloader|LP", "HundredthsSimpleFloatSlider|LP", + "Image Data Iterator [LP]", "Image Loader From Path [LP]", "Image Overlay [LP]", + "ImageDataIterator|LP", "ImageLoaderFromPath|LP", "ImageOverlay|LP", "Inpaint Crop [LP]", @@ -8048,6 +8069,8 @@ "IntToBool|LP", "IntToFloat|LP", "IntToString|LP", + "Iterator [LP]", + "Iterator|LP", "Keep Only English Tags [LP]", "Keep Only English Words [LP]", "KeepOnlyEnglishTags|LP", @@ -14465,6 +14488,15 @@ "title_aux": "ComfyUI-NeuralMedia" } ], + "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ + [ + "ConditionalSelectionNode", + "IterativeUpscaleWithModelsNode" + ], + { + "title_aux": "Yaser-nodes for ComfyUI" + } + ], "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ [ "MergeBlockWeighted" @@ -20652,6 +20684,7 @@ "TestListToAccumulationNode", "TestMakeListNode", "TestMixedExpansionReturns", + "TestOutputNodeWithSocketOutput", "TestParallelSleep", "TestSamplingInExpansion", "TestSleep", @@ -24388,6 +24421,19 @@ "title_aux": "guy-nodes-comfyui" } ], + "https://github.com/gvfarns/comfyui_gvf": [ + [ + "CheckpointLoaderWithName", + "CropToAspectRatio", + "CropToAspectRatioMinMax", + "IfElseFloat", + "IfElseInt", + "StringContains" + ], + { + "title_aux": "comfyui_gvf" + } + ], "https://github.com/hackkhai/ComfyUI-Image-Matting": [ [ "ApplyMatting", @@ -31482,6 +31528,17 @@ "title_aux": "Transparent-background-comfyUI" } ], + "https://github.com/mikeshuangyan/ComfyUI_MqUtils": [ + [ + "MqCheckFP4Support", + "MqIntSwitch", + "MqIntToString", + "MqTextSplitter" + ], + { + "title_aux": "ComfyUI_MqUtils" + } + ], "https://github.com/mikkel/ComfyUI-text-overlay": [ [ "Image Text Overlay"